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/08/23 19:22:27 UTC

[camel] branch camel-3.21.x updated: Upgrade to groovy 3.0.19

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

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


The following commit(s) were added to refs/heads/camel-3.21.x by this push:
     new 7835f671054 Upgrade to groovy 3.0.19
7835f671054 is described below

commit 7835f67105403f8b6a5fd7279fc89b3861ac9f11
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 23 21:21:03 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 9607a71312a..1027fdf6887 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,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.17</groovy-version>
+        <groovy-version>3.0.19</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>
     </properties>