diff --git a/build.gradle b/build.gradle index 81f98d7..4ae250b 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.29') + implementation platform('org.apache.groovy:groovy-bom:5.0.3') 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 6e460f5..b24c0ed 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ UTF-8 UTF-8 - 4.0.29 + 5.0.3