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 ee0d6fb93e Bump org.apache.groovy:groovy from 5.0.3 to 5.0.4 (#2869)
ee0d6fb93e is described below
commit ee0d6fb93e3de3bb6bf0e0f2f695446ff8df7dd3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 07:36:04 2026 -0500
Bump org.apache.groovy:groovy from 5.0.3 to 5.0.4 (#2869)
Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from
5.0.3 to 5.0.4.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
dependency-version: 5.0.4
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 4bd154f3f2..6a09fff1ea 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.3</version>
+ <version>5.0.4</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index c94235bcd6..b9e13e6570 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -590,7 +590,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>5.0.3</version>
+ <version>5.0.4</version>
</dependency>
</dependencies>
</plugin>