You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/24 11:26:24 UTC

[maven-artifact-transfer] 01/01: [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin

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

khmarbaise pushed a commit to branch MSHARED-883
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit a669e101badf684e570abd174d43b175c95c6c44
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 24 13:26:13 2020 +0200

    [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eba1ec5..6944601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,7 @@
               <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy</artifactId>
-                <version>2.4.10</version>
+                <version>3.0.3</version>
               </dependency>
               <dependency>
                 <groupId>org.codehaus.gmaven.runtime</groupId>