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 {
138
138
testImplementation ' org.assertj:assertj-core:3.27.4'
139
139
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
140
140
141
- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
141
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
142
142
}
143
143
144
144
checkstyle {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4'
7
7
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4'
8
8
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 '
10
10
testImplementation project(" :testcontainers" )
11
11
testImplementation project(" :testcontainers-junit-jupiter" )
12
12
testImplementation ' org.assertj:assertj-core:3.27.4'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
8
8
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
9
9
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 '
11
11
}
12
12
13
13
test {
You can’t perform that action at this time.
0 commit comments