You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/02 09:16:52 UTC

(camel-k-runtime) branch main updated: build(deps): bump groovy-version from 4.0.16 to 4.0.17

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b0322b5 build(deps): bump groovy-version from 4.0.16 to 4.0.17
4b0322b5 is described below

commit 4b0322b512a18b0ffd417b8d9740f6cf6824068d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 22 20:51:42 2023 +0000

    build(deps): bump groovy-version from 4.0.16 to 4.0.17
    
    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-xml` from 4.0.16 to 4.0.17
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy-json` from 4.0.16 to 4.0.17
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy-yaml` from 4.0.16 to 4.0.17
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `org.apache.groovy:groovy-test` 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-xml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.groovy:groovy-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.groovy:groovy-yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.groovy:groovy-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0422d6d1..cadde97d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
-        <groovy-version>4.0.16</groovy-version>
+        <groovy-version>4.0.17</groovy-version>
         <immutables-version>2.10.0</immutables-version>
         <commons-collections4-version>4.4</commons-collections4-version>
         <assertj-version>3.25.0</assertj-version>