Skip to content

Commit 4679080

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/org.junit.jupiter-junit-jupiter-engine-5.10.3' into combined-pr-branch
2 parents aea8bf2 + 00b7a0f commit 4679080

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
@@ -5,7 +5,7 @@ dependencies {
55

66
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
8-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
8+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")
1111
testImplementation 'org.assertj:assertj-core:3.25.3'

0 commit comments

Comments
 (0)