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 56293fe08c Bump org.apache.groovy:groovy from 5.0.2 to 5.0.3 (#2804)
56293fe08c is described below
commit 56293fe08cd7cf5b286a82415f534f4083762f74
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 25 18:44:47 2025 -0500
Bump org.apache.groovy:groovy from 5.0.2 to 5.0.3 (#2804)
Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from
5.0.2 to 5.0.3.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
dependency-version: 5.0.3
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 71cf3e7a27..4bd154f3f2 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.2</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8c2785473c..128364e325 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -588,7 +588,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>5.0.2</version>
+ <version>5.0.3</version>
</dependency>
</dependencies>
</plugin>