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 2022/09/10 10:48:08 UTC

[ws-axiom] branch master updated: Bump groovy.version from 4.0.4 to 4.0.5

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 73b6fe8a4 Bump groovy.version from 4.0.4 to 4.0.5
73b6fe8a4 is described below

commit 73b6fe8a4b0b17f9838018673f6f38b934ffedbc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Sep 10 10:31:57 2022 +0000

    Bump groovy.version from 4.0.4 to 4.0.5
    
    Bumps `groovy.version` from 4.0.4 to 4.0.5.
    
    Updates `groovy` from 4.0.4 to 4.0.5
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-ant` from 4.0.4 to 4.0.5
    - [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 30e079baa..f1f3956f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,7 @@
         <slf4j.version>1.7.36</slf4j.version>
         <jetty.version>10.0.11</jetty.version>
         <log4j.version>2.18.0</log4j.version>
-        <groovy.version>4.0.4</groovy.version>
+        <groovy.version>4.0.5</groovy.version>
         <jaxbri.version>2.3.6</jaxbri.version>
         <auto-service.version>1.0.1</auto-service.version>
         <asm.version>9.3</asm.version>