diff --git a/build.gradle b/build.gradle index ae17cef..0ee581c 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.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.0' } tasks.withType(Test).configureEach {