Skip to content

Commit 7b0d275

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44b89c7 commit 7b0d275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.10.1")
125+
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
127127
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")
128128
testRuntimeOnly("org.objenesis:objenesis:3.3")

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.10.1")
125+
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
127127
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")
128128
testRuntimeOnly("org.objenesis:objenesis:3.3")

0 commit comments

Comments
 (0)