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 {