We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d43922 commit fcbbdf1Copy full SHA for fcbbdf1
build.gradle
@@ -81,7 +81,7 @@ dependencies{
81
testImplementation "org.apache.pekko:pekko-actor-testkit-typed_${scalaVersion}:${pekkoVersion}" // pekko typed testkit
82
83
// TESTING
84
- testImplementation 'org.apache.groovy:groovy:4.0.28'
+ testImplementation 'org.apache.groovy:groovy:5.0.0'
85
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
86
}
87
0 commit comments