Skip to content

Commit d8ca235

Browse files
Bump org.junit.platform:junit-platform-launcher in /smoke-test
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.10.3 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.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4486913 commit d8ca235

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ subprojects {
138138
testImplementation 'org.assertj:assertj-core:3.27.4'
139139
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
140140

141-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
141+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
142142
}
143143

144144
checkstyle {

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
77
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
88
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
9-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
9+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
1010
testImplementation project(":testcontainers")
1111
testImplementation project(":testcontainers-junit-jupiter")
1212
testImplementation 'org.assertj:assertj-core:3.27.4'

smoke-test/turbo-mode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
88
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
99
testImplementation 'org.assertj:assertj-core:3.27.4'
10-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
10+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
1111
}
1212

1313
test {

0 commit comments

Comments
 (0)