File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
1313test {
You can’t perform that action at this time.
0 commit comments