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 733ced374bb0b348d8e66b53d4377a4960a38b39 Author: Andriy Redko <[email protected]> AuthorDate: Mon Oct 20 18:30:18 2025 -0400 Update Apache Groovy to 4.0.29 (cherry picked from commit 73ac7b32c7dfc271267e0cd5e02407187064edc9) (cherry picked from commit a34f0b8c44c15001234af4a22f9c7a2af5ccbe72) --- 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 1fec6bdff2..2b4151a789 100644 --- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml +++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml @@ -111,7 +111,7 @@ <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> - <version>4.0.28</version> + <version>4.0.29</version> </dependency> <dependency> <groupId>org.springframework</groupId> diff --git a/parent/pom.xml b/parent/pom.xml index 5fdb184efd..39f5e032fa 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.28</version> + <version>4.0.29</version> </dependency> </dependencies> </plugin>
