File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ description = "Examples for docs"
33dependencies {
44 api " io.lettuce:lettuce-core:6.8.0.RELEASE"
55
6- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4 '
7- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4 '
8- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4 '
6+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
7+ testImplementation ' org.junit.jupiter:junit-jupiter-params:6.0.0 '
8+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
99 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1010 testImplementation project(" :testcontainers" )
1111 testImplementation project(" :testcontainers-junit-jupiter" )
You can’t perform that action at this time.
0 commit comments