Skip to content

Commit f945c18

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3 (#473)
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d28bd5a commit f945c18

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:1.20.2")
5151
testImplementation("org.testcontainers:kafka:1.20.2")
5252
testImplementation("org.mockito:mockito-junit-jupiter:5.14.1")
53-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
53+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
5454
testImplementation("io.projectreactor:reactor-test")
5555

5656
testAnnotationProcessor("org.projectlombok:lombok")

0 commit comments

Comments
 (0)