Skip to content

Commit fd8f392

Browse files
Bump org.junit.jupiter:junit-jupiter-params in /modules/cassandra
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 fd8f392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cassandra/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies {
1313
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1414

1515
testImplementation 'org.assertj:assertj-core:3.27.4'
16-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
17-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
16+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
17+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.0'
1818
testImplementation 'com.datastax.oss:java-driver-core:4.17.0'
1919
}
2020

0 commit comments

Comments
 (0)