You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/02/07 09:45:13 UTC

[maven-invoker-plugin] branch master updated: [MINVOKER-254] Bump groovy to the latest in 2.4 (#11)

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

olamy 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 5bc3db4  [MINVOKER-254] Bump groovy to the latest in 2.4 (#11)
5bc3db4 is described below

commit 5bc3db4ef006264813a22d71b2b9f3b176647c0b
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Fri Feb 7 10:45:02 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 8ced7ad..062473f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,7 +384,7 @@ under the License.
         <jdk>[1.7,)</jdk>
       </activation>
       <properties>
-        <groovy-version>2.4.8</groovy-version>
+        <groovy-version>2.4.18</groovy-version>
       </properties>
       <build>
         <plugins>