From edfe75235d975f7983384dffef528727728cb271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:55:42 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-params Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.10.1 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.1...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b2341dd..d843818 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,8 +51,8 @@ allprojects { if (name.startsWith("demo-") || name == "aggregate-api") { dependencies { - testImplementation("org.junit.jupiter:junit-jupiter:5.10.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1") + testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1") testImplementation("org.junit.platform:junit-platform-suite:1.10.1") testImplementation("org.awaitility", "awaitility", "4.2.1") testImplementation(XStreamLibs.hamcrestAll)