Skip to content

Commit 0b34b41

Browse files
Bump the junit group across 1 directory with 5 updates
Bumps the junit group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.3` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.13.4` | `6.0.3` | | [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) | `1.13.4` | `6.0.3` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.3` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.3` | Updates `org.junit:junit-bom` from 5.13.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.3) Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.3) Updates `org.junit.platform:junit-platform-commons` from 1.13.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.3) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.3) Updates `org.junit.platform:junit-platform-commons` from 1.13.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89c3cb4 commit 0b34b41

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val dependencyVersions = listOf(
1717
"org.apache.groovy:groovy:4.0.24",
1818
"org.apache.groovy:groovy-json:4.0.24",
1919
"org.jetbrains:annotations:26.1.0",
20-
"org.junit:junit-bom:5.13.4",
20+
"org.junit:junit-bom:6.0.3",
2121
)
2222

2323
val dependencyVersionsByGroup = mapOf<String, String>()

client-groovy4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898

9999
testImplementation("de.gesellix:testutil:[2026-01-01T01-01-01,)")
100100

101-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
101+
testImplementation("org.junit.platform:junit-platform-launcher:6.0.3")
102102
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
103103
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.8")
104104
testRuntimeOnly("org.objenesis:objenesis:3.5")

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898

9999
testImplementation("de.gesellix:testutil:[2026-01-01T01-01-01,)")
100100

101-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
101+
testImplementation("org.junit.platform:junit-platform-launcher:6.0.3")
102102
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
103103
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.8")
104104
testRuntimeOnly("org.objenesis:objenesis:3.5")

explore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
runtimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
6868

6969
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
70-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
70+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
7171
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.8")
7272
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
7373
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ groovy3 = "3.0.23"
33
groovy3Versionrange = "[3,4)"
44
groovy4 = "4.0.24"
55
groovy4Versionrange = "[4,5)"
6-
junitJupiter = "5.13.4"
7-
junitPlatform = "1.13.4"
6+
junitJupiter = "6.0.3"
7+
junitPlatform = "6.0.3"
88
kotlin = "2.3.21"
99
kotlinVersionrange = "[1.6,3)"
1010
logback = "1.3.16"

integration-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
testImplementation("de.gesellix:docker-registry:2026-03-08T22-45-00")
7575
testImplementation("de.gesellix:testutil:[2026-01-01T01-01-01,)")
7676
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
77-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
77+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
7878
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.8")
7979
testImplementation("org.apache.commons:commons-lang3:3.20.0")
8080
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")

0 commit comments

Comments
 (0)