This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 7076a61df9cb60cf8a19cf96d4fcefc4f78f3ec4 Author: Andriy Redko <[email protected]> AuthorDate: Thu Sep 19 12:07:14 2024 -0400 Update Groovy to 4.0.23 (cherry picked from commit dfa30c544c1a5d09e16770b589ae54a486d3138a) (cherry picked from commit 50494bdb1ddd6379c6559198967bf725a5e48564) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 24dc27e007..d4f364be45 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -590,7 +590,7 @@ <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> - <version>4.0.22</version> + <version>4.0.23</version> </dependency> </dependencies> </plugin>
