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/09/08 13:03:53 UTC

[maven-artifact-transfer] branch master updated: Bump groovy from 3.0.8 to 3.0.9

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-artifact-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new b25efb8  Bump groovy from 3.0.8 to 3.0.9
b25efb8 is described below

commit b25efb8082f2619b1e7dc235cd2ad2b3db410193
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 8 12:38:39 2021 +0000

    Bump groovy from 3.0.8 to 3.0.9
    
    Bumps [groovy](https://github.com/apache/groovy) from 3.0.8 to 3.0.9.
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 2ebac7d..ce0b90c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
               <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy</artifactId>
-                <version>3.0.8</version>
+                <version>3.0.9</version>
               </dependency>
               <dependency>
                 <groupId>org.codehaus.gmaven.runtime</groupId>