Skip to content

Commit 6e72cec

Browse files
Bump the junit group with 3 updates (#823)
Bumps the junit group with 3 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5), [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) and [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5). Updates `org.junit:junit-bom` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) Updates `org.junit.platform:junit-platform-launcher` from 1.11.4 to 1.12.0 - [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.4 to 1.12.0 - [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.4 to 1.12.0 - [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-minor dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12c35d6 commit 6e72cec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle.kts

+1-1
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",
21-
"org.junit:junit-bom:5.11.4",
21+
"org.junit:junit-bom:5.12.0",
2222
)
2323

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

client-groovy4/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102

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

105-
testImplementation("org.junit.platform:junit-platform-launcher:1.11.4")
105+
testImplementation("org.junit.platform:junit-platform-launcher:1.12.0")
106106
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
107107
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.1")
108108
testRuntimeOnly("org.objenesis:objenesis:3.4")

client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102

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

105-
testImplementation("org.junit.platform:junit-platform-launcher:1.11.4")
105+
testImplementation("org.junit.platform:junit-platform-launcher:1.12.0")
106106
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
107107
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.1")
108108
testRuntimeOnly("org.objenesis:objenesis:3.4")

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ groovy3Versionrange = "[3,4)"
44
groovy4 = "4.0.24"
55
groovy4Versionrange = "[4,)"
66
junitJupiter = "5.12.0"
7-
junitPlatform = "1.11.4"
7+
junitPlatform = "1.12.0"
88
kotlin = "2.1.10"
99
kotlinVersionrange = "[1.6,3)"
1010
logback = "1.3.15"

0 commit comments

Comments
 (0)