Skip to content

Commit c6b0f80

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /examples
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f52169f commit c6b0f80

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.11.0"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
8-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.0"
8+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.3"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")
1111
testImplementation 'org.assertj:assertj-core:3.26.3'

0 commit comments

Comments
 (0)