You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/28 06:48:23 UTC

(camel) branch main updated: Bump groovy-version from 4.0.19 to 4.0.20 (#13632)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 30cfb28f57d Bump groovy-version from 4.0.19 to 4.0.20 (#13632)
30cfb28f57d is described below

commit 30cfb28f57de27f32966144e91841378d17205c6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 28 07:48:17 2024 +0100

    Bump groovy-version from 4.0.19 to 4.0.20 (#13632)
    
    Bumps `groovy-version` from 4.0.19 to 4.0.20.
    
    Updates `org.apache.groovy:groovy` from 4.0.19 to 4.0.20
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy-ant` from 4.0.19 to 4.0.20
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy-test-junit5` from 4.0.19 to 4.0.20
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.groovy:groovy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.groovy:groovy-ant
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.apache.groovy:groovy-test-junit5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 06f7b973a82..962376842fa 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -189,7 +189,7 @@
         <graphql-java-version>21.4</graphql-java-version>
         <greenmail-version>2.0.1</greenmail-version>
         <grizzly-websockets-version>2.4.4</grizzly-websockets-version>
-        <groovy-version>4.0.19</groovy-version>
+        <groovy-version>4.0.20</groovy-version>
         <grpc-version>1.62.2</grpc-version>
         <!-- keep grpc-google-auth-library-version in sync with that used by grpc-auth -->
         <grpc-google-auth-library-version>1.23.0</grpc-google-auth-library-version>