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 c662d7feab Update Apache Groovy to 4.0.21
c662d7feab is described below

commit c662d7feabf74310c33aad3dd57b28bb650d36ce
Author: Andriy Redko <drr...@gmail.com>
AuthorDate: Thu Apr 18 10:21:38 2024 -0400

    Update Apache Groovy to 4.0.21
---
 distribution/src/main/release/samples/groovy_spring_support/pom.xml | 4 ++--
 parent/pom.xml                                                      | 2 +-
 2 files changed, 3 insertions(+), 3 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 1529883418..3aab600078 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -122,9 +122,9 @@
             <version>4.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.codehaus.groovy</groupId>
+            <groupId>org.apache.groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>3.0.20</version>
+            <version>4.0.21</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 39fdc4bbd1..875147b4f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -587,7 +587,7 @@
                         <dependency>
                             <groupId>org.apache.groovy</groupId>
                             <artifactId>groovy</artifactId>
-                            <version>4.0.17</version>
+                            <version>4.0.21</version>
                         </dependency>
                     </dependencies>
                 </plugin>

Reply via email to