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 2023/02/09 23:25:01 UTC

[ws-axiom] branch master updated: Bump groovy.version from 4.0.8 to 4.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 57eb9f333 Bump groovy.version from 4.0.8 to 4.0.9
57eb9f333 is described below

commit 57eb9f333835ad6718acd6b5327dd4910f8a6fc1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 9 03:06:26 2023 +0000

    Bump groovy.version from 4.0.8 to 4.0.9
    
    Bumps `groovy.version` from 4.0.8 to 4.0.9.
    
    Updates `groovy` from 4.0.8 to 4.0.9
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-ant` from 4.0.8 to 4.0.9
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.groovy:groovy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.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 78229cd9e..f567f116e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
         <slf4j.version>1.7.36</slf4j.version>
         <jetty.version>10.0.13</jetty.version>
         <log4j.version>2.19.0</log4j.version>
-        <groovy.version>4.0.8</groovy.version>
+        <groovy.version>4.0.9</groovy.version>
         <jaxbri.version>2.3.6</jaxbri.version>
         <auto-service.version>1.0.1</auto-service.version>
         <asm.version>9.4</asm.version>