Skip to content

Commit b1f767e

Browse files
Bump org.junit.jupiter:junit-jupiter-params in /smoke-test
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cddce6b commit b1f767e

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
@@ -4,7 +4,7 @@ dependencies {
44
api "io.lettuce:lettuce-core:6.4.0.RELEASE"
55

66
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
7-
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
7+
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.3"
88
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.0"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")

0 commit comments

Comments
 (0)