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 2021/08/22 22:07:23 UTC

[maven-script-interpreter] 01/01: Bump groovy 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 dependabot/maven/org.codehaus.groovy-groovy-2.4.21
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit c434367797309333f49e4471231c10bbf7e61f35
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 4 05:49:51 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index f20dcc6..165d8e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.20</version>
+      <version>2.4.21</version>
     </dependency>
 
     <dependency>