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/12/19 23:31:14 UTC

[maven-invoker-plugin] branch master updated: [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21

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 ebe5c5a  [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21
ebe5c5a is described below

commit ebe5c5ae69af7b7b17649a66769aa9d7124cb153
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Dec 19 17:29:19 2020 +0100

    [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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