You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2023/01/24 23:12:49 UTC

[axis-axis2-java-core] branch master updated: Bump groovy.version from 4.0.7 to 4.0.8

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/axis-axis2-java-core.git


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

commit d4e8453b139d3c1ca53682e0bfd54ba50902c85c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 23 13:03:36 2023 +0000

    Bump groovy.version from 4.0.7 to 4.0.8
    
    Bumps `groovy.version` from 4.0.7 to 4.0.8.
    
    Updates `groovy` from 4.0.7 to 4.0.8
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-ant` from 4.0.7 to 4.0.8
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 4.0.7 to 4.0.8
    - [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
    - dependency-name: org.apache.groovy:groovy-xml
      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 377d54c36b..f2ab3ccf88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -475,7 +475,7 @@
         <geronimo.spec.metadata.version>1.1.3</geronimo.spec.metadata.version>
         <geronimo.spec.jaxws.version>1.2</geronimo.spec.jaxws.version>
         <google.gson.version>2.9.1</google.gson.version>
-        <groovy.version>4.0.7</groovy.version>
+        <groovy.version>4.0.8</groovy.version>
         <httpcore.version>4.4.16</httpcore.version>
         <httpclient.version>4.5.14</httpclient.version>
         <httpmime.version>4.5.14</httpmime.version>