Skip to content

Commit af94c5b

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 1.14.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db2f901 commit af94c5b

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:1.14.3'
142142
}
143143

144144
checkstyle {

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api "io.lettuce:lettuce-core:6.8.0.RELEASE"
55

66
testRuntimeOnly 'org.junit.jupiter:junit-jupiter:5.13.4'
7-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
7+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
88
testImplementation project(":testcontainers")
99
testImplementation project(":testcontainers-junit-jupiter")
1010
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:1.14.3'
1111
}
1212

1313
test {

0 commit comments

Comments
 (0)