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 07dfa07599 Update Apache Groovy to 4.0.26
07dfa07599 is described below
commit 07dfa075993fa49fdc21bad6d63eedb0b721f684
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Mar 8 23:07:31 2025 -0500
Update Apache Groovy to 4.0.26
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b30daacfad..0fcf6273c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -585,7 +585,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>4.0.24</version>
+ <version>4.0.26</version>
</dependency>
</dependencies>
</plugin>