diff --git a/build.gradle b/build.gradle index 84fba34..3122246 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies{ testImplementation "org.apache.pekko:pekko-actor-testkit-typed_${scalaVersion}:${pekkoVersion}" // pekko typed testkit // TESTING - testImplementation 'org.apache.groovy:groovy:4.0.28' + testImplementation 'org.apache.groovy:groovy:5.0.0' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' }