diff --git a/build.gradle b/build.gradle index 1cb0702..e93d838 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.0' + testImplementation 'org.junit.platform:junit-platform-launcher:1.14.1' } test {