diff --git a/build.gradle b/build.gradle index e93d838..ea20d4f 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.yaml:snakeyaml:2.5' testImplementation gradleTestKit() testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' - testImplementation 'org.junit.platform:junit-platform-launcher:1.14.1' + testImplementation 'org.junit.platform:junit-platform-launcher:6.0.1' } test {