diff --git a/build.gradle b/build.gradle index 49be49e..0fef16e 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.13.4") codenarc('org.codenarc:CodeNarc:3.7.0-groovy-4.0') - codenarc('org.apache.groovy:groovy-all:4.0.28') // Required for Java 17 + codenarc('org.apache.groovy:groovy-all:5.0.5') // Required for Java 17 } // Apply a specific Java toolchain to ease working on different environments.