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 77bfa65f19 Bump groovy.version from 4.0.20 to 4.0.22
77bfa65f19 is described below
commit 77bfa65f19b06d25fc8a4dfa3e0a01c9a3b5904b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 1 13:30:02 2024 +0000
Bump groovy.version from 4.0.20 to 4.0.22
Bumps `groovy.version` from 4.0.20 to 4.0.22.
Updates `org.apache.groovy:groovy` from 4.0.20 to 4.0.22
- [Commits](https://github.com/apache/groovy/commits)
Updates `org.apache.groovy:groovy-ant` from 4.0.20 to 4.0.22
- [Commits](https://github.com/apache/groovy/commits)
Updates `org.apache.groovy:groovy-xml` from 4.0.20 to 4.0.22
- [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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8ba6381d19..9690f7fdd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,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.11.0</google.gson.version>
- <groovy.version>4.0.20</groovy.version>
+ <groovy.version>4.0.22</groovy.version>
<httpcore.version>5.3-beta1</httpcore.version>
<httpclient.version>5.3.1</httpclient.version>
<intellij.version>5.0</intellij.version>