You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/09/19 14:54:33 UTC

[ws-axiom] branch master updated: Bump groovy.version from 3.0.8 to 3.0.9

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


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

commit c05bda22336cb3bc194e6e480ee04b8fc77f8860
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Sep 19 14:22:08 2021 +0000

    Bump groovy.version from 3.0.8 to 3.0.9
    
    Bumps `groovy.version` from 3.0.8 to 3.0.9.
    
    Updates `groovy` from 3.0.8 to 3.0.9
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-ant` 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
    - dependency-name: org.codehaus.groovy:groovy-ant
      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 737bdf3..90dc08c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
         <slf4j.version>1.7.32</slf4j.version>
         <jetty.version>9.4.43.v20210629</jetty.version>
         <log4j.version>2.14.1</log4j.version>
-        <groovy.version>3.0.8</groovy.version>
+        <groovy.version>3.0.9</groovy.version>
         <jaxbri.version>2.3.5</jaxbri.version>
         
         <skipDeploy>false</skipDeploy>