From 6cd6d8c79ffb0d30d8e1c07b251e8d0946551091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:07:38 +0000 Subject: [PATCH] Update dependency org.junit.platform:junit-platform-launcher to v6.1.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dce7193..ba4d6f4 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.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.3' } tasks.withType(Test).configureEach {