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 8ffc77af4 Bump groovy.version from 4.0.2 to 4.0.3
8ffc77af4 is described below
commit 8ffc77af45cd5657c3b5b51721907e59c57a86ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 6 03:54:32 2022 +0000
Bump groovy.version from 4.0.2 to 4.0.3
Bumps `groovy.version` from 4.0.2 to 4.0.3.
Updates `groovy` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/apache/groovy/releases)
- [Commits](https://github.com/apache/groovy/commits)
Updates `groovy-ant` from 4.0.2 to 4.0.3
- [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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a691a993..115adfcf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,7 @@
<slf4j.version>1.7.36</slf4j.version>
<jetty.version>9.4.46.v20220331</jetty.version>
<log4j.version>2.17.2</log4j.version>
- <groovy.version>4.0.2</groovy.version>
+ <groovy.version>4.0.3</groovy.version>
<jaxbri.version>2.3.6</jaxbri.version>
<auto-service.version>1.0.1</auto-service.version>
<asm.version>9.3</asm.version>