From 600c74257f62a8083e589724abe790fb61fad9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 03:33:09 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 6.1.0 to 6.1.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/build.gradle | 2 +- common/build.gradle | 2 +- server/build.gradle | 2 +- test/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/build.gradle b/client/build.gradle index 05f98b4..6824fca 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -27,7 +27,7 @@ dependencies { testImplementation testFixtures(project(":common")) testImplementation "org.springframework.boot:spring-boot-starter-test" - testImplementation platform("org.junit:junit-bom:6.1.0") + testImplementation platform("org.junit:junit-bom:6.1.1") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.skyscreamer:jsonassert:1.5.3" testRuntimeOnly "org.junit.platform:junit-platform-launcher" diff --git a/common/build.gradle b/common/build.gradle index 35e0a93..64612e8 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation "com.jcabi:jcabi-aspects:0.26.0" aspect "com.jcabi:jcabi-aspects:0.26.0" - testImplementation platform("org.junit:junit-bom:6.1.0") + testImplementation platform("org.junit:junit-bom:6.1.1") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "ch.qos.logback:logback-classic:1.5.34" testRuntimeOnly "org.junit.platform:junit-platform-launcher" diff --git a/server/build.gradle b/server/build.gradle index 7c5128d..0613bc6 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation testFixtures(project(":common")) testImplementation "org.springframework.boot:spring-boot-starter-test" - testImplementation platform("org.junit:junit-bom:6.1.0") + testImplementation platform("org.junit:junit-bom:6.1.1") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.skyscreamer:jsonassert:1.5.3" testRuntimeOnly "org.junit.platform:junit-platform-launcher" diff --git a/test/build.gradle b/test/build.gradle index 765ef9c..38afb18 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "jakarta.annotation:jakarta.annotation-api" implementation "org.springframework.boot:spring-boot-starter-test" - implementation platform("org.junit:junit-bom:6.1.0") + implementation platform("org.junit:junit-bom:6.1.1") implementation "org.junit.jupiter:junit-jupiter" runtimeOnly "org.junit.platform:junit-platform-launcher" }