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 2020/07/22 20:15:57 UTC

[maven-invoker-plugin] branch master updated: [MINVOKER-254] Bump groovy to the latest in 2.4.20

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d3241bb  [MINVOKER-254] Bump groovy to the latest in 2.4.20
d3241bb is described below

commit d3241bb09406720f57fc2f414bdb8f46864b9cc2
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Wed Jul 22 10:02:59 2020 +0200

    [MINVOKER-254] Bump groovy to the latest in 2.4.20
    
    Closes #23
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index edce150..b154fad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ under the License.
     <beanshell-version>2.0b5</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy-all</groovy-artifactId>
-    <groovy-version>2.4.19</groovy-version>
+    <groovy-version>2.4.20</groovy-version>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-02-22T16:40:59Z</project.build.outputTimestamp>
   </properties>