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

[camel] branch master updated: Upgrade to groovy 3.0.6

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f398f7  Upgrade to groovy 3.0.6
8f398f7 is described below

commit 8f398f7d77d12d6e559a4f2a7d4464e4080d5644
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Sep 29 21:05:36 2020 +0200

    Upgrade to groovy 3.0.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ee7e9a..716b251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <errorprone-version>2.5</errorprone-version>
         <mycila-license-version>3.0</mycila-license-version>
         <gmavenplus-plugin-version>1.10.0</gmavenplus-plugin-version>
-        <groovy-version>3.0.5</groovy-version>
+        <groovy-version>3.0.6</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>
     </properties>