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 963fd34 commit 035beb0Copy full SHA for 035beb0
build.gradle
@@ -21,7 +21,7 @@ repositories {
21
22
dependencies {
23
// mandatory dependencies for using Spock
24
- implementation platform('org.apache.groovy:groovy-bom:4.0.26')
+ implementation platform('org.apache.groovy:groovy-bom:4.0.27')
25
implementation 'org.apache.groovy:groovy'
26
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
27
testImplementation "org.spockframework:spock-core"
0 commit comments