You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/05/03 21:04:09 UTC

[maven-script-interpreter] 01/01: [MSHARED-1068] Upgrade Groovy to 4.0.2

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MSHARED-1068
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 2fd3f6038dfd495475d359ec05eada07d4675253
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Apr 23 23:47:06 2022 +0200

    [MSHARED-1068] Upgrade Groovy to 4.0.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cb8a759..9bffe4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,9 +81,9 @@
     </dependency>
 
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
+      <groupId>org.apache.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.21</version>
+      <version>4.0.2</version>
     </dependency>
 
     <dependency>