From d8560c2f15141f312e5adeead0149d7ad8db1c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:01:17 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter in /modules/cassandra Bumps [org.junit.jupiter:junit-jupiter](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](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/cassandra/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cassandra/build.gradle b/modules/cassandra/build.gradle index de228376595..cc608387833 100644 --- a/modules/cassandra/build.gradle +++ b/modules/cassandra/build.gradle @@ -13,8 +13,8 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' testImplementation 'org.assertj:assertj-core:3.27.4' - testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0' + testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.0' testImplementation 'com.datastax.oss:java-driver-core:4.17.0' }