Skip to content

Commit cc1d5ba

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.14.1 to 6.0.2
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.2) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c68a70 commit cc1d5ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation("org.wiremock:wiremock:3.13.2")
2828
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
2929
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
30-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.1")
30+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
3131
}
3232

3333
buildConfig {

0 commit comments

Comments
 (0)