Skip to content

Commit

Permalink
Bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.jetbrains.dokka](https://github.com/Kotlin/dokka) | `1.9.20` | `2.0.0` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `3.0.2` | `3.0.3` |


Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.jetbrains.dokka` from 1.9.20 to 2.0.0
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.9.20...v2.0.0)

Updates `io.ktor:ktor-server-netty` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.dokka
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 6f7b7f1 commit 98f5b6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.sonarqube.gradle.SonarQubePlugin

plugins {
id("org.jetbrains.kotlin.jvm") version "2.1.0" apply (false)
id("org.jetbrains.dokka") version "1.9.20" apply (false)
id("org.jetbrains.dokka") version "2.0.0" apply (false)
`maven-publish`
`java-library`
id("com.diffplug.spotless") version "6.25.0" apply false
Expand Down Expand Up @@ -56,9 +56,9 @@ subprojects {
// implementation("org.key-project:key.core")

val testImplementation by configurations
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testImplementation("com.google.truth:truth:1.4.4")
testImplementation("org.slf4j:slf4j-simple:2.0.16")
}
Expand Down
2 changes: 1 addition & 1 deletion miniweb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ktor_version = "1.6.7"

dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("io.ktor:ktor-server-netty:3.0.2")
implementation("io.ktor:ktor-server-netty:3.0.3")
implementation("io.ktor:ktor-html-builder:1.6.8")
implementation("io.github.microutils:kotlin-logging:4.0.0-beta-2")
implementation("org.slf4j:slf4j-simple:2.0.16")
Expand Down

0 comments on commit 98f5b6d

Please sign in to comment.