From b6ecfb62537795146ee089c521cdd8703f3ee466 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 10 Jan 2024 14:23:12 +0100 Subject: [PATCH] Upgrade Groovy to 4.x to support building on JDK 21 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8c83f03c5..7804d02dc 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ ${javac.target} 3.5.0 - 3.0.11 + 4.0.17 1.77 @@ -882,12 +882,12 @@ - org.codehaus.groovy + org.apache.groovy groovy ${groovy.version} - org.codehaus.groovy + org.apache.groovy groovy-ant ${groovy.version}