We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c102aaf + 2c497eb commit 6f80c19Copy full SHA for 6f80c19
docs/examples/junit5/redis/build.gradle
@@ -3,7 +3,7 @@ description = "Examples for docs"
3
dependencies {
4
api "io.lettuce:lettuce-core:6.2.3.RELEASE"
5
6
- testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
7
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.3"
8
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
9
testImplementation project(":testcontainers")
0 commit comments