You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/03/19 07:42:02 UTC

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

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

lburgazzoli 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 6bec6c7  build(deps): bump groovy-version from 3.0.9 to 3.0.10
6bec6c7 is described below

commit 6bec6c758de375dc2d2f577b6031a70bf99ba802
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 18 23:00:35 2022 +0000

    build(deps): bump groovy-version from 3.0.9 to 3.0.10
    
    Bumps `groovy-version` from 3.0.9 to 3.0.10.
    
    Updates `groovy` from 3.0.9 to 3.0.10
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.9 to 3.0.10
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-json` from 3.0.9 to 3.0.10
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-yaml` from 3.0.9 to 3.0.10
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-test` from 3.0.9 to 3.0.10
    - [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 db0715f..df47615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <quarkus-version>2.7.3.Final</quarkus-version>
 
         <!-- camel-k -->
-        <groovy-version>3.0.9</groovy-version>
+        <groovy-version>3.0.10</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>