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/05/08 09:26:13 UTC

[camel] branch main updated: Upgrade to groovy 4.0.12

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 b28d6c94768 Upgrade to groovy 4.0.12
b28d6c94768 is described below

commit b28d6c94768df40339275cb970436216c19f575d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon May 8 11:25:57 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index e2b0baf6c6b..1802e1fb40f 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>2.1.0</gmavenplus-plugin-version>
-        <groovy-version>4.0.11</groovy-version>
+        <groovy-version>4.0.12</groovy-version>
         <cyclonedx-maven-plugin-version>2.7.7</cyclonedx-maven-plugin-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>