From 212046e8932963d1f86f1b4f2b34ae6b2c853685 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 7 Aug 2021 15:24:33 +1000 Subject: [PATCH 1/2] [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 From ae1f1147843a97d576b7ef0ca09ddafdcbef18cf Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 8 Aug 2021 13:30:59 +1000 Subject: [PATCH 2/2] use bom Signed-off-by: Olivier Lamy --- pom.xml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 34fe80d7..d859437f 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,18 @@ under the License. 2021-02-14T00:04:14Z + + + + ${groovy-groupId} + groovy-bom + ${groovy-version} + import + pom + + + + org.apache.maven.shared @@ -202,92 +214,77 @@ under the License. ${groovy-groupId} ${groovy-artifactId} - ${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