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 2023/12/22 08:47:38 UTC

(camel) branch main updated: Bump groovy-version from 4.0.16 to 4.0.17 (#12563)

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 0f69bf15e98 Bump groovy-version from 4.0.16 to 4.0.17 (#12563)
0f69bf15e98 is described below

commit 0f69bf15e984d79cc4da05ffc66618f9af2fe244
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 22 09:47:33 2023 +0100

    Bump groovy-version from 4.0.16 to 4.0.17 (#12563)
    
    Bumps `groovy-version` from 4.0.16 to 4.0.17.
    
    Updates `org.apache.groovy:groovy` from 4.0.16 to 4.0.17
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy-ant` from 4.0.16 to 4.0.17
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy-test-junit5` from 4.0.16 to 4.0.17
    - [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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da76182e21a..8711ecfe094 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
         <jaxb-osgi-version>4.0.4</jaxb-osgi-version>
         <jaxb-xjc-version>4.0.4</jaxb-xjc-version>
         <jaxb-jxc-version>4.0.4</jaxb-jxc-version>
-        <groovy-version>4.0.16</groovy-version>
+        <groovy-version>4.0.17</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>