Skip to content

Commit 1068878

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump the junit group with 5 updates
Bumps the junit group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) | `1.11.2` | `1.11.3` | | [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5) | `1.11.2` | `1.11.3` | Updates `org.junit:junit-bom` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.platform:junit-platform-launcher` from 1.11.2 to 1.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-commons` from 1.11.2 to 1.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db8d8d6 commit 1068878

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api-client/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ dependencies {
7777
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
7878

7979
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
80-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
81-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
80+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
81+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
8282
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
83-
testImplementation("org.junit.platform:junit-platform-launcher:1.11.2")
84-
testImplementation("org.junit.platform:junit-platform-commons:1.11.2")
83+
testImplementation("org.junit.platform:junit-platform-launcher:1.11.3")
84+
testImplementation("org.junit.platform:junit-platform-commons:1.11.3")
8585

8686
testImplementation("org.apache.commons:commons-compress:1.27.1")
8787
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ val dependencyVersions = listOf(
2828
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.9.0",
2929
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0",
3030
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0",
31-
"org.junit:junit-bom:5.11.2",
32-
"org.junit.jupiter:junit-jupiter-api:5.11.2",
31+
"org.junit:junit-bom:5.11.3",
32+
"org.junit.jupiter:junit-jupiter-api:5.11.3",
3333
"org.opentest4j:opentest4j:1.3.0"
3434
)
3535

0 commit comments

Comments
 (0)