From fe522fb18e829226ffcc4cdb92fe4b98e2664d08 Mon Sep 17 00:00:00 2001 From: md-5 Date: Fri, 10 Feb 2017 22:48:25 +1100 Subject: [PATCH] Update Groovy to 2.4.8 for Java 9-ea+154 support. Motivation: Update of Groovy is needed to compile on recent java9 releases. Modification: Update to Groovy 2.4.8 Result: This change allows Netty to be successfully compiled on more recent Java 9 previews. --- common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pom.xml b/common/pom.xml index e173759645..a7cb0758ec 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -176,7 +176,7 @@ org.codehaus.groovy groovy-all - 2.4.7 + 2.4.8 ant