This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 0c25f24f7604be614365810d678a01ecedff1f8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 07:20:50 2026 -0400

    Bump org.apache.groovy:groovy from 5.0.8 to 5.1.1 (#3431)
    
    Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 
5.0.8 to 5.1.1.
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.groovy:groovy
      dependency-version: 5.1.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 6a8067b42462751358514f2cf6daf9d193142cf9)
---
 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 9afc3aa42b1..ce90b7976ee 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -124,7 +124,7 @@
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>5.0.8</version>
+            <version>5.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 149ee0f3322..f1bc8d28eb7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -588,7 +588,7 @@
                         <dependency>
                             <groupId>org.apache.groovy</groupId>
                             <artifactId>groovy</artifactId>
-                            <version>5.0.8</version>
+                            <version>5.1.1</version>
                         </dependency>
                     </dependencies>
                 </plugin>

Reply via email to