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

[camel] branch camel-4.0.x updated: Upgrade to groovy 4.0.14

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

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


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new da6eedbc460 Upgrade to groovy 4.0.14
da6eedbc460 is described below

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

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

diff --git a/pom.xml b/pom.xml
index c8f85978336..66e3401c234 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
         <jaxb-osgi-version>4.0.3</jaxb-osgi-version>
         <jaxb-xjc-version>4.0.3</jaxb-xjc-version>
         <jaxb-jxc-version>4.0.3</jaxb-jxc-version>
-        <groovy-version>4.0.13</groovy-version>
+        <groovy-version>4.0.14</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>