From 212046e8932963d1f86f1b4f2b34ae6b2c853685 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 7 Aug 2021 15:24:33 +1000 Subject: [PATCH] [MINVOKER-274] upgrade to groovy 3.0.8 Signed-off-by: Olivier Lamy --- pom.xml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 87 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4f062934..34fe80d7 100644 --- a/pom.xml +++ b/pom.xml @@ -73,8 +73,8 @@ 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 @@ -205,6 +205,91 @@ under the License. ${groovy-version} runtime + + + ${groovy-groupId} + groovy-ant + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-astbuilder + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-console + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-datetime + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-jmx + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-json + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-jsr223 + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-macro + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-nio + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-servlet + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-test + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-test-junit5 + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-testng + ${groovy-version} + runtime + + + ${groovy-groupId} + groovy-xml + ${groovy-version} + runtime + org.codehaus.plexus