From 779df045e490d6230a6017bba3c6ef78288a21ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 03:35:29 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 6.0.2 to 6.0.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 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 5af2911..62fbede 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -31,7 +31,7 @@ dependencies { testImplementation testFixtures(project(":common")) testImplementation "org.springframework.boot:spring-boot-starter-test" - testImplementation platform("org.junit:junit-bom:6.0.2") + testImplementation platform("org.junit:junit-bom:6.0.3") 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 cc9c69a..47414b7 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -38,7 +38,7 @@ dependencies { aspect "com.jcabi:jcabi-aspects:0.26.0" - testImplementation platform("org.junit:junit-bom:6.0.2") + testImplementation platform("org.junit:junit-bom:6.0.3") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "ch.qos.logback:logback-classic:1.5.29" testRuntimeOnly "org.junit.platform:junit-platform-launcher" diff --git a/server/build.gradle b/server/build.gradle index 8f2b0f2..3311a68 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation testFixtures(project(":common")) testImplementation "org.springframework.boot:spring-boot-starter-test" - testImplementation platform("org.junit:junit-bom:6.0.2") + testImplementation platform("org.junit:junit-bom:6.0.3") 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 44cbcd3..7ea3574 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation "jakarta.annotation:jakarta.annotation-api" implementation "org.springframework.boot:spring-boot-starter-test" - implementation platform("org.junit:junit-bom:6.0.2") + implementation platform("org.junit:junit-bom:6.0.3") implementation "org.junit.jupiter:junit-jupiter" runtimeOnly "org.junit.platform:junit-platform-launcher" }