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 2023/03/31 10:54:51 UTC

[camel] branch camel-3.20.x updated: Upgrade to groovy 3.0.17

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 6fb56f28651 Upgrade to groovy 3.0.17
6fb56f28651 is described below

commit 6fb56f28651c44493df9dc0edc3d6590da2123fb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 31 12:54:23 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 90db3c585b2..a98a71d6677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
         <errorprone-version>2.5</errorprone-version>
         <mycila-license-version>3.0</mycila-license-version>
         <gmavenplus-plugin-version>1.11.1</gmavenplus-plugin-version>
-        <groovy-version>3.0.16</groovy-version>
+        <groovy-version>3.0.17</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>
     </properties>