Skip to content

Commit 6e96fd3

Browse files
Bump junit-jupiter-api from 5.4.2 to 5.9.1 in /examples
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.4.2 to 5.9.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.4.2...r5.9.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0699126 commit 6e96fd3

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
@@ -3,7 +3,7 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:5.1.1.RELEASE"
55

6-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.4.2"
6+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.1"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.1"
88
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.1"
99
testImplementation project(":testcontainers")

0 commit comments

Comments
 (0)