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 2020/12/03 20:56:01 UTC

[camel-k-runtime] branch master updated: build(deps): bump groovy-version from 3.0.6 to 3.0.7

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4720e53  build(deps): bump groovy-version from 3.0.6 to 3.0.7
4720e53 is described below

commit 4720e532cad41e47a2be792f4fea3a6a31003ef9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 3 20:01:32 2020 +0000

    build(deps): bump groovy-version from 3.0.6 to 3.0.7
    
    Bumps `groovy-version` from 3.0.6 to 3.0.7.
    
    Updates `groovy` from 3.0.6 to 3.0.7
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.6 to 3.0.7
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-json` from 3.0.6 to 3.0.7
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-yaml` from 3.0.6 to 3.0.7
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-test` from 3.0.6 to 3.0.7
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    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 4a9c9f6..c91d323 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
 
         <!-- camel-k -->
         <joor-version>0.9.13</joor-version>
-        <groovy-version>3.0.6</groovy-version>
+        <groovy-version>3.0.7</groovy-version>
         <kotlin-version>1.4.20</kotlin-version>
         <spock-version>2.0-M4-groovy-3.0</spock-version>
         <jaxb-api-version>2.3.1</jaxb-api-version>