From 20521f188e9ce584370054467b78057376728aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 12:47:39 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 6.0.2 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 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 5d95c09f..a5af10bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,9 +41,9 @@ subprojects { implementation("org.komamitsu:phi-accural-failure-detector:0.0.5") implementation("net.jodah:failsafe:2.4.4") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") testImplementation("ch.qos.logback:logback-classic:1.3.14") testImplementation("org.assertj:assertj-core:3.26.3") testImplementation("org.mockito:mockito-core:4.11.0")