You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 16:38:34 UTC

[camel-examples] branch master updated: Align dependencies to camel master: Groovy to version 3.0.1

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new c3f87f2  Align dependencies to camel master: Groovy to version 3.0.1
c3f87f2 is described below

commit c3f87f2dbbef43ec0bba15af5719c18b3833b951
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:36:43 2020 +0100

    Align dependencies to camel master: Groovy to version 3.0.1
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 9dbaac3..952294f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -209,7 +209,7 @@
         <geronimo-j2ee-connector-spec-version>2.0.0</geronimo-j2ee-connector-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
-        <groovy-version>2.5.8</groovy-version>
+        <groovy-version>3.0.1</groovy-version>
         <geronimo-jms2-spec-version>1.0-alpha-2</geronimo-jms2-spec-version>
         <gson-version>2.8.5</gson-version>
         <hapi-version>2.3</hapi-version>