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/12 12:23:31 UTC

[camel-examples] 01/02: Upgrade Groovy to version 3.0.2

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

commit 2cffc90de0f5b3808f08a2bdf3ef69f3a873cedc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 12 13:14:38 2020 +0100

    Upgrade Groovy to version 3.0.2
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index cffe40c..c244e2d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -208,7 +208,7 @@
         <freemarker-version>2.3.29</freemarker-version>
         <geronimo-j2ee-connector-spec-version>2.0.0</geronimo-j2ee-connector-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
-        <groovy-version>3.0.1</groovy-version>
+        <groovy-version>3.0.2</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>