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/07/05 09:35:35 UTC

[camel] branch main updated: Upgrade to groovy 4.0.13

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3bff1180284 Upgrade to groovy 4.0.13
3bff1180284 is described below

commit 3bff11802846478cfe9f161beb1706f29a00c28b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jul 5 11:35:22 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 8769455cb0a..4feca088b94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
         <jaxb-osgi-version>4.0.1</jaxb-osgi-version>
         <jaxb-xjc-version>4.0.1</jaxb-xjc-version>
         <jaxb-jxc-version>4.0.1</jaxb-jxc-version>
-        <groovy-version>4.0.12</groovy-version>
+        <groovy-version>4.0.13</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>