This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit da4693d0b9d8eb5daecf1be05bf1e621392927f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 11 16:19:30 2026 -0400
Bump org.apache.groovy:groovy from 5.0.5 to 5.0.6 (#3095)
Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from
5.0.5 to 5.0.6.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
dependency-version: 5.0.6
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>
(cherry picked from commit f90a9cb7ee8cdafc2ffbf62a5389cb7317868f48)
---
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 fa2dd9913a2..e09d67ccb9e 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.5</version>
+ <version>5.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2cfcd9a71f2..7019b3660ed 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -587,7 +587,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>5.0.5</version>
+ <version>5.0.6</version>
</dependency>
</dependencies>
</plugin>