You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/08 09:21:44 UTC

[camel-k-runtime] branch main updated: build(deps): bump groovy-version from 3.0.14 to 3.0.15

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

acosentino 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 a0e230d6 build(deps): bump groovy-version from 3.0.14 to 3.0.15
a0e230d6 is described below

commit a0e230d6d88132b04827ff1492b7d42f8cc0de6d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 20 21:09:57 2023 +0000

    build(deps): bump groovy-version from 3.0.14 to 3.0.15
    
    Bumps `groovy-version` from 3.0.14 to 3.0.15.
    
    Updates `groovy` from 3.0.14 to 3.0.15
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.14 to 3.0.15
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-json` from 3.0.14 to 3.0.15
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-yaml` from 3.0.14 to 3.0.15
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-test` from 3.0.14 to 3.0.15
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-xml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.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 1e3acb95..2d6ac918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java11</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
-        <groovy-version>3.0.14</groovy-version>
+        <groovy-version>3.0.15</groovy-version>
         <immutables-version>2.9.3</immutables-version>
         <commons-collections4-version>4.4</commons-collections4-version>
         <assertj-version>3.24.2</assertj-version>