This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 9bff162185d Bump org.apache.groovy:groovy from 5.0.4 to 5.0.5 (#3009)
9bff162185d is described below
commit 9bff162185d038d33e19e2db30d7bf30dd7aac39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 07:35:32 2026 -0400
Bump org.apache.groovy:groovy from 5.0.4 to 5.0.5 (#3009)
Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from
5.0.4 to 5.0.5.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
distribution/src/main/release/samples/groovy_spring_support/pom.xml | 2 +-
parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
index f1e2fdc7ea2..3dc3d977192 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -124,7 +124,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>5.0.4</version>
+ <version>5.0.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 17968c40f6f..4fb534b1d2d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -591,7 +591,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>5.0.4</version>
+ <version>5.0.5</version>
</dependency>
</dependencies>
</plugin>