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 @@ -9,7 +9,7 @@ dependencies {
99 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1010 testImplementation project(" :testcontainers" )
1111 testImplementation project(" :testcontainers-junit-jupiter" )
12- testImplementation ' org.assertj:assertj-core:3.27.4 '
12+ testImplementation ' org.assertj:assertj-core:3.27.6 '
1313}
1414
1515test {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 testImplementation ' org.testcontainers:testcontainers'
77 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
88 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
9- testImplementation ' org.assertj:assertj-core:3.27.4 '
9+ testImplementation ' org.assertj:assertj-core:3.27.6 '
1010 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3'
1111}
1212
Original file line number Diff line number Diff line change 11dependencies {
22 implementation ' junit:junit:4.13.2'
33 implementation ' org.slf4j:slf4j-api:2.0.17'
4- testImplementation ' org.assertj:assertj-core:3.27.4 '
4+ testImplementation ' org.assertj:assertj-core:3.27.6 '
55}
You can’t perform that action at this time.
0 commit comments