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/06/08 14:51:14 UTC

[maven-script-interpreter] 01/01: Bump groovy from 2.4.16 to 3.0.4

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

slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.groovy-groovy-3.0.4
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 105b8edda92cb40e0bf84f0e76e915c97ebc7aaf
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Fri May 22 04:58:11 2020 +0000

    Bump groovy from 2.4.16 to 3.0.4
    
    Bumps [groovy](https://github.com/apache/groovy) from 2.4.16 to 3.0.4.
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3eb16b8..398d5d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.16</version>
+      <version>3.0.4</version>
     </dependency>
     <dependency><!-- for Groovy Grapes -->
       <groupId>org.apache.ivy</groupId>