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" }