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 f313ecce09d0a2972086d69f02c3f3cbca2d6d36 Author: Andriy Redko <[email protected]> AuthorDate: Sun Sep 21 13:15:14 2025 -0400 Update Groovy to 4.0.28 (cherry picked from commit 45beaf8b3ead7e87f1e8592d44ede6780e1f4f51) (cherry picked from commit ec3df42cb45fdf8b86ca65f2887dd70653e49b3f) --- 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 172b9a0a58..1fec6bdff2 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.27</version> + <version>4.0.28</version> </dependency> <dependency> <groupId>org.springframework</groupId> diff --git a/parent/pom.xml b/parent/pom.xml index a4101d8673..a8c72c1e94 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.27</version> + <version>4.0.28</version> </dependency> </dependencies> </plugin>
