From 7bb9256aa3cf3c4273c88a175125110ad17a3405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:42:25 +0000 Subject: [PATCH] Update junit-framework monorepo to v6.1.1 --- 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 492d243..72a5117 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.3')) + testImplementation(platform('org.junit:junit-bom:6.1.1')) testRuntimeOnly('org.junit.platform:junit-platform-launcher') // optional dependencies for using Spock diff --git a/ivy.xml b/ivy.xml index 07a7d6e..8a07ba4 100644 --- a/ivy.xml +++ b/ivy.xml @@ -31,7 +31,7 @@ - + diff --git a/pom.xml b/pom.xml index 65c5fec..4d96582 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 17 2.4-groovy-5.0 5.0.4 - 6.0.3 + 6.1.1