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 f1810ee + bcbe50b commit 8feb550Copy full SHA for 8feb550
1 file changed
docs/examples/junit5/redis/build.gradle
@@ -3,9 +3,9 @@ description = "Examples for docs"
3
dependencies {
4
api "io.lettuce:lettuce-core:6.4.0.RELEASE"
5
6
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
7
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
8
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
9
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
10
testImplementation project(":testcontainers")
11
testImplementation project(":junit-jupiter")
0 commit comments