From 0e82bfe7f3e0060e5bf8bad2b72721f93b4d00ae Mon Sep 17 00:00:00 2001 From: Terry Ebdon <47636739+TerryEbdon@users.noreply.github.com> Date: Tue, 5 May 2026 05:07:52 +0100 Subject: [PATCH] Bump CodeNarc groovy version from 4.0.28 to 5.0.5 Fixes #229 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.