Skip to content

Commit e4397f2

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump the junit group with 2 updates
Bumps the junit group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5). Updates `org.junit:junit-bom` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) Updates `org.junit.platform:junit-platform-launcher` from 1.11.0 to 1.11.1 - [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.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b6c68a commit e4397f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.23",
1818
"org.apache.groovy:groovy-json:4.0.23",
1919
"org.jetbrains:annotations:25.0.0",
20-
"org.junit:junit-bom:5.11.0",
20+
"org.junit:junit-bom:5.11.1",
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
@@ -122,7 +122,7 @@ dependencies {
122122

123123
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
124124

125-
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
125+
testImplementation("org.junit.platform:junit-platform-launcher:1.11.1")
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
127127
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
128128
testRuntimeOnly("org.objenesis:objenesis:3.4")

client/build.gradle.kts

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

123123
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
124124

125-
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
125+
testImplementation("org.junit.platform:junit-platform-launcher:1.11.1")
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
127127
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
128128
testRuntimeOnly("org.objenesis:objenesis:3.4")

0 commit comments

Comments
 (0)