From 10f1f300f457ca8e48f76ee0b2d0cfb8e21fa277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:54:27 +0000 Subject: [PATCH] Update dependency org.junit.platform:junit-platform-launcher to v6.0.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b399e20..05ac2ad 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.0.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3' } tasks.withType(Test).configureEach {