Skip to content

Commit 91c9eff

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/org.junit.jupiter-junit-jupiter-api-5.11.0' into combined-pr-branch
2 parents 7f848db + 7ccd076 commit 91c9eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:6.3.2.RELEASE"
55

6-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
6+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
88
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.0"
99
testImplementation project(":testcontainers")

0 commit comments

Comments
 (0)