Skip to content

Commit bba35fa

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /smoke-test
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit bba35fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/junit5/redis/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:6.8.0.RELEASE"
55

6-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
7-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
8-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
6+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
7+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.0'
8+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
99
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
1010
testImplementation project(":testcontainers")
1111
testImplementation project(":testcontainers-junit-jupiter")

0 commit comments

Comments
 (0)