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 09b3396 + a31f3cf commit b7561c0Copy full SHA for b7561c0
docs/examples/junit5/redis/build.gradle
@@ -5,7 +5,7 @@ dependencies {
5
6
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
7
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
8
- testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
+ testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
9
testImplementation project(":testcontainers")
10
testImplementation project(":junit-jupiter")
11
testImplementation 'org.assertj:assertj-core:3.24.2'
0 commit comments