Skip to content

Commit 59bda5c

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.junit.jupiter-junit-jupiter-params-5.10.3' into combined-pr-branch
2 parents 6f9502f + 8f4cbb1 commit 59bda5c

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
@@ -4,7 +4,7 @@ dependencies {
44
api "io.lettuce:lettuce-core:6.3.2.RELEASE"
55

66
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
7-
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
7+
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
88
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")

0 commit comments

Comments
 (0)