Skip to content

Commit 3588785

Browse files
Bump org.junit.jupiter:junit-jupiter-params in /modules/redpanda
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit 3588785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/redpanda/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies {
66

77
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
88

9-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
10-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
9+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
10+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.0'
1111
testImplementation 'org.apache.kafka:kafka-clients:4.0.0'
1212
testImplementation 'org.assertj:assertj-core:3.27.4'
1313
testImplementation 'io.rest-assured:rest-assured:5.5.6'

0 commit comments

Comments
 (0)