Skip to content

Commit 418f850

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.10.3 to 5.11.0 (#432)
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.11.0) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27149a4 commit 418f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation("org.testcontainers:testcontainers")
5151
testImplementation("org.testcontainers:kafka")
5252
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")
53-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
53+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
5454
testImplementation("io.projectreactor:reactor-test")
5555

5656
testAnnotationProcessor("org.projectlombok:lombok")

0 commit comments

Comments
 (0)