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 45beaf8b3e Update Groovy to 4.0.28
45beaf8b3e is described below
commit 45beaf8b3ead7e87f1e8592d44ede6780e1f4f51
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Sep 21 13:15:14 2025 -0400
Update Groovy to 4.0.28
---
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 4df4cd4aef..2b13a5db7e 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>4.0.27</version>
+ <version>4.0.28</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 28bb343536..57598f25a8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -587,7 +587,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>4.0.27</version>
+ <version>4.0.28</version>
</dependency>
</dependencies>
</plugin>