From 709c6c799069f1a8ab4b510ffbb672cec2604825 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 8 Aug 2021 14:53:52 +1000 Subject: [PATCH] [MINVOKER-274] upgrade to groovy 3.0.8 (#58) Signed-off-by: Olivier Lamy --- pom.xml | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 85 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d45838ff..c1577dcd 100644 --- a/pom.xml +++ b/pom.xml @@ -73,12 +73,24 @@ under the License. bsh 2.0b6 org.codehaus.groovy - groovy-all - 2.4.21 + groovy + 3.0.8 2.22.2 2021-02-14T00:04:14Z + + + + ${groovy-groupId} + groovy-bom + ${groovy-version} + import + pom + + + + org.apache.maven.shared @@ -202,7 +214,77 @@ under the License. ${groovy-groupId} ${groovy-artifactId} - ${groovy-version} + runtime + + + + ${groovy-groupId} + groovy-ant + runtime + + + ${groovy-groupId} + groovy-astbuilder + runtime + + + ${groovy-groupId} + groovy-console + runtime + + + ${groovy-groupId} + groovy-datetime + runtime + + + ${groovy-groupId} + groovy-jmx + runtime + + + ${groovy-groupId} + groovy-json + runtime + + + ${groovy-groupId} + groovy-jsr223 + runtime + + + ${groovy-groupId} + groovy-macro + runtime + + + ${groovy-groupId} + groovy-nio + runtime + + + ${groovy-groupId} + groovy-servlet + runtime + + + ${groovy-groupId} + groovy-test + runtime + + + ${groovy-groupId} + groovy-test-junit5 + runtime + + + ${groovy-groupId} + groovy-testng + runtime + + + ${groovy-groupId} + groovy-xml runtime