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 7f848db + 7ccd076 commit 91c9effCopy full SHA for 91c9eff
docs/examples/junit5/redis/build.gradle
@@ -3,7 +3,7 @@ description = "Examples for docs"
3
dependencies {
4
api "io.lettuce:lettuce-core:6.3.2.RELEASE"
5
6
- testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
7
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
8
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.0"
9
testImplementation project(":testcontainers")
0 commit comments