Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-params-5.10.1' into combined-pr-branch
  • Loading branch information
eddumelendez committed Nov 14, 2023
2 parents 73da19e + 6996cc4 commit 215d2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/junit5/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api "io.lettuce:lettuce-core:6.2.6.RELEASE"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
testImplementation project(":testcontainers")
testImplementation project(":junit-jupiter")
Expand Down

0 comments on commit 215d2fe

Please sign in to comment.