diff --git a/build.gradle b/build.gradle index d2b0f70..76efc45 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { dependencies { // mandatory dependencies for using Spock - implementation platform('org.apache.groovy:groovy-bom:4.0.18') + implementation platform('org.apache.groovy:groovy-bom:4.0.19') implementation 'org.apache.groovy:groovy' testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0") testImplementation "org.spockframework:spock-core" diff --git a/pom.xml b/pom.xml index cc8291e..dddaaa2 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ UTF-8 UTF-8 - 4.0.18 + 4.0.19