From 6ca7896cad5ebc1a3292f1fa91335d1f68daed0e Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Wed, 27 Oct 2021 13:18:47 +0200 Subject: [PATCH] Update Groovy versions (#11800) Motivation: The old Groovy versions are running into compatibility issues with the latest JDK snapshots. Modification: Update the groovy maven plugin and its groovy dependency to the latest versions. It looks like groovy-all is now a pom-dependency, so we switch to just groovy since we don't need what's in -all beyond that. Result: We now build on the latest JDK snapshots. --- common/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 695ba49d93a..5ebad9dbb14 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -162,12 +162,12 @@ org.codehaus.gmaven groovy-maven-plugin - 2.0 + 2.1.1 org.codehaus.groovy - groovy-all - 2.4.8 + groovy + 3.0.9 ant