diff --git a/build.gradle b/build.gradle index b69c469..5d2a9a5 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies{ // TESTING testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.apache.groovy:groovy:5.0.6' + testImplementation 'org.apache.groovy:groovy:5.0.7' testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0' }