From c03b2edd531171df9a88724a9efde92242a374f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:58:20 +0000 Subject: [PATCH] Update dependency org.junit.platform:junit-platform-launcher to v6.1.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 509b9be..dce7193 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { testImplementation project(':helpers:documentation-generator-test-utilities') testImplementation platform('org.spockframework:spock-bom:2.4-groovy-5.0') testImplementation 'org.spockframework:spock-core' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.1' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.2' } tasks.withType(Test).configureEach {