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/03/15 08:50:15 UTC

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

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 0197f49  [MINVOKER-254] Bump groovy to the latest in 2.4 (#15)
0197f49 is described below

commit 0197f495b795f91c619728f05f6f307dcab8e970
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Sun Mar 15 09:50:08 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 7fe4673..218b9ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,7 +392,7 @@ under the License.
         <jdk>[1.7,)</jdk>
       </activation>
       <properties>
-        <groovy-version>2.4.18</groovy-version>
+        <groovy-version>2.4.19</groovy-version>
       </properties>
       <build>
         <plugins>