This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
new d7f9fb0732 Update Apache Groovy to 4.0.30
d7f9fb0732 is described below
commit d7f9fb073281bce90d4a4da7707da77286b430f0
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Feb 3 15:44:30 2026 -0500
Update Apache Groovy to 4.0.30
(cherry picked from commit 2fe09dfd82a83063a3e20bcfca5a3b2ce8025378)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 36194ed846..eac37f59b0 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.29</version>
+ <version>4.0.30</version>
</dependency>
</dependencies>
</plugin>