From a3765938ecf1386a0a218b17caa9d4224d552f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:15:13 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-params in /modules/mongodb 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](https://github.com/junit-team/junit-framework/compare/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] --- modules/mongodb/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mongodb/build.gradle b/modules/mongodb/build.gradle index 813b1c60890..70b1e15aab2 100644 --- a/modules/mongodb/build.gradle +++ b/modules/mongodb/build.gradle @@ -5,8 +5,8 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' - 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("org.mongodb:mongodb-driver-sync:5.1.4") testImplementation 'org.assertj:assertj-core:3.27.4' }