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 e815152 + 385e530 commit c400665Copy full SHA for c400665
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.2"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
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