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 2022/06/03 04:39:05 UTC

[camel-k-runtime] branch main updated: build(deps): bump groovy-version from 3.0.10 to 3.0.11 (#828)

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-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 62924b34 build(deps): bump groovy-version from 3.0.10 to 3.0.11 (#828)
62924b34 is described below

commit 62924b34ad64a803e0a1e216aa4918e49538dbfe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 3 06:39:00 2022 +0200

    build(deps): bump groovy-version from 3.0.10 to 3.0.11 (#828)
    
    Bumps `groovy-version` from 3.0.10 to 3.0.11.
    
    Updates `groovy` from 3.0.10 to 3.0.11
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.10 to 3.0.11
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-json` from 3.0.10 to 3.0.11
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-yaml` from 3.0.10 to 3.0.11
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-test` from 3.0.10 to 3.0.11
    - [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>
    
    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 c30d381e..f1016ba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.0.0-java11</quarkus-native-builder-image>
 
         <!-- camel-k -->
-        <groovy-version>3.0.10</groovy-version>
+        <groovy-version>3.0.11</groovy-version>
         <spock-version>2.1-groovy-3.0</spock-version>
         <immutables-version>2.9.0</immutables-version>
         <semver4j-version>3.1.0</semver4j-version>