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 5a30367098ce7c4903dc8c7a456d9995f6646ddd
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jul 17 08:27:57 2025 -0400

    Update Apache Groovy to 4.0.27
    
    (cherry picked from commit 031bf9818efc49ef193699c08379c192c94aa08e)
    (cherry picked from commit 1a7e2f0f96ae22f3f6c8f087c70a815add3faf4d)
---
 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 ff818f60e1..58d3a529c7 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.21</version>
+            <version>4.0.27</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 503df6f432..35aa708317 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -589,7 +589,7 @@
                         <dependency>
                             <groupId>org.apache.groovy</groupId>
                             <artifactId>groovy</artifactId>
-                            <version>4.0.26</version>
+                            <version>4.0.27</version>
                         </dependency>
                     </dependencies>
                 </plugin>

Reply via email to