|
|
|
@ -15,7 +15,7 @@ repositories {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
// mandatory dependencies for using Spock
|
|
|
|
|
implementation platform('org.apache.groovy:groovy-bom:4.0.5')
|
|
|
|
|
implementation platform('org.apache.groovy:groovy-bom:4.0.14')
|
|
|
|
|
implementation 'org.apache.groovy:groovy'
|
|
|
|
|
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
|
|
|
|
|
testImplementation "org.spockframework:spock-core"
|
|
|
|
|