You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/03/09 10:23:55 UTC

[camel-spring-boot] branch CAMEL-18920/upgrade-groovy-4 created (now 06d77c3c5ec)

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

nfilotto pushed a change to branch CAMEL-18920/upgrade-groovy-4
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


      at 06d77c3c5ec CAMEL-18920: Upgrade to Groovy 4.x

This branch includes the following new commits:

     new 06d77c3c5ec CAMEL-18920: Upgrade to Groovy 4.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-spring-boot] 01/01: CAMEL-18920: Upgrade to Groovy 4.x

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-18920/upgrade-groovy-4
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 06d77c3c5eca88e57182a4c8963460dbbbfc80d8
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Mar 9 11:23:32 2023 +0100

    CAMEL-18920: Upgrade to Groovy 4.x
---
 pom.xml                                                  | 2 +-
 tooling/camel-spring-boot-dependencies-generator/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 34218de5685..7b9050314c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <asciidoctorj-version>2.5.5</asciidoctorj-version>
         <avro-version>1.11.0</avro-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
-        <groovy-version>3.0.14</groovy-version>
+        <groovy-version>4.0.9</groovy-version>
         <hadoop2-version>2.10.0</hadoop2-version>
         <jakarta-jaxb-version>4.0.0</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
diff --git a/tooling/camel-spring-boot-dependencies-generator/pom.xml b/tooling/camel-spring-boot-dependencies-generator/pom.xml
index 4102916ff02..5e488f36b11 100644
--- a/tooling/camel-spring-boot-dependencies-generator/pom.xml
+++ b/tooling/camel-spring-boot-dependencies-generator/pom.xml
@@ -139,7 +139,7 @@
                             <exclude>org.apache.logging.log4j:*</exclude>
                             <exclude>org.assertj:assertj-core:*</exclude>
 
-                            <exclude>org.codehaus.groovy:*</exclude>
+                            <exclude>org.apache.groovy:*</exclude>
                             <exclude>org.hibernate:hibernate-entitymanager</exclude>
                             <exclude>org.hsqldb:*</exclude>
                             <exclude>org.mockito:*</exclude>