File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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:1.13.4 '
10
10
testImplementation project(" :testcontainers" )
11
11
testImplementation project(" :testcontainers-junit-jupiter" )
12
12
testImplementation ' org.assertj:assertj-core:3.27.3'
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.3'
10
- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3 '
10
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
11
11
}
12
12
13
13
test {
You can’t perform that action at this time.
0 commit comments