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/26 19:52:07 UTC

[maven-artifact-transfer] 01/02: [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 pzygielo-missingplaceholder
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 18f8a0638957395f99671d0492aa29717f222aeb
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>