Skip to content

Commit 2cb1a8b

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.0` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.13.4` | `6.0.0` | | [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) | `1.13.4` | `6.0.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` | Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) Updates `org.junit.platform:junit-platform-commons` from 1.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.platform:junit-platform-commons` from 1.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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.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.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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7816e1 commit 2cb1a8b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val dependencyVersions = listOf(
1818
"org.apache.groovy:groovy:4.0.24",
1919
"org.apache.groovy:groovy-json:4.0.24",
2020
"org.jetbrains:annotations:26.0.2-1",
21-
"org.junit:junit-bom:5.13.4",
21+
"org.junit:junit-bom:6.0.1",
2222
)
2323

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

client-groovy4/build.gradle.kts

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

104104
testImplementation("de.gesellix:testutil:[2025-01-01T01-01-01,)")
105105

106-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
106+
testImplementation("org.junit.platform:junit-platform-launcher:6.0.1")
107107
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
108108
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8")
109109
testRuntimeOnly("org.objenesis:objenesis:3.4")

client/build.gradle.kts

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

104104
testImplementation("de.gesellix:testutil:[2025-01-01T01-01-01,)")
105105

106-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
106+
testImplementation("org.junit.platform:junit-platform-launcher:6.0.1")
107107
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
108108
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8")
109109
testRuntimeOnly("org.objenesis:objenesis:3.4")

explore/build.gradle.kts

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

6969
// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
7070
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
71-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
71+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
7272
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8")
7373
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
7474
}

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,)"
6-
junitJupiter = "5.13.4"
7-
junitPlatform = "1.13.4"
6+
junitJupiter = "6.0.1"
7+
junitPlatform = "6.0.1"
88
kotlin = "2.2.21"
99
kotlinVersionrange = "[1.6,3)"
1010
logback = "1.3.15"

integration-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
testImplementation("de.gesellix:testutil:[2025-01-01T01-01-01,)")
8080
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
8181
// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
82-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
82+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
8383
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8")
8484
testImplementation("org.apache.commons:commons-lang3:3.19.0")
8585
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")

0 commit comments

Comments
 (0)