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 73da19e + 6996cc4 commit 215d2feCopy full SHA for 215d2fe
docs/examples/junit5/redis/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api "io.lettuce:lettuce-core:6.2.6.RELEASE"
5
6
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
7
- testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
+ 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")
10
testImplementation project(":junit-jupiter")
0 commit comments