Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/org…
Browse files Browse the repository at this point in the history
….junit.jupiter-junit-jupiter-api-5.10.3' into combined-pr-branch
  • Loading branch information
eddumelendez committed Jul 26, 2024
2 parents 93705e7 + e54d9d3 commit 6fa8bb3
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 @@ -3,7 +3,7 @@ description = "Examples for docs"
dependencies {
api "io.lettuce:lettuce-core:6.3.1.RELEASE"

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

0 comments on commit 6fa8bb3

Please sign in to comment.