Skip to content

Commit 419f7c0

Browse files
Bump org.junit.jupiter:junit-jupiter-api in /smoke-test
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.0 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 929d13e commit 419f7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/junit5/redis/build.gradle

Lines changed: 2 additions & 2 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.4.0.RELEASE"
55

6-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
6+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.3"
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.13.3"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")
1111
testImplementation 'org.assertj:assertj-core:3.27.3'

0 commit comments

Comments
 (0)