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
The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
new 2fe09dfd82 Update Apache Groovy to 4.0.30
2fe09dfd82 is described below
commit 2fe09dfd82a83063a3e20bcfca5a3b2ce8025378
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Feb 3 15:44:30 2026 -0500
Update Apache Groovy to 4.0.30
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ae5c65c2c5..d98d83713c 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>