From b783b0765d581c929a5f6e8e3cba499b71451778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:34:41 +0000 Subject: [PATCH] Update junit-framework monorepo to v6.0.2 --- build.gradle | 2 +- ivy.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 99c83c3..c0036e3 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation platform("org.spockframework:spock-bom:2.4-groovy-5.0") testImplementation "org.spockframework:spock-core" testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules - testImplementation(platform('org.junit:junit-bom:6.0.1')) + testImplementation(platform('org.junit:junit-bom:6.0.2')) testRuntimeOnly('org.junit.platform:junit-platform-launcher') // optional dependencies for using Spock diff --git a/ivy.xml b/ivy.xml index 561bf14..bca4535 100644 --- a/ivy.xml +++ b/ivy.xml @@ -31,7 +31,7 @@ - + diff --git a/pom.xml b/pom.xml index 8fcc426..fe18eef 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 17 2.4-groovy-5.0 5.0.3 - 6.0.1 + 6.0.2