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.
1 parent 8a55d5c commit f466275Copy full SHA for f466275
docs/examples/junit5/redis/build.gradle
@@ -3,7 +3,7 @@ description = "Examples for docs"
3
dependencies {
4
api "io.lettuce:lettuce-core:6.2.6.RELEASE"
5
6
- testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
7
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.1"
8
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
9
testImplementation project(":testcontainers")
0 commit comments