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:21:36 UTC

[camel] 02/02: 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.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d30d1485ea1af44f10a0b82062e2a3add122d173
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 fcba0771b90..4c1048106c5 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>