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/09/29 21:09:21 UTC

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

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 856b9b9  build(deps): bump groovy-version from 3.0.5 to 3.0.6
856b9b9 is described below

commit 856b9b9106a0b564d6c615b2a7a95c7e6b05c898
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 29 19:01:43 2020 +0000

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