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 09:23:13 UTC

[camel-spring-boot] 04/06: 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-spring-boot.git

commit 62fb2018a38efd4fcc021f5dff5508192c840fe2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:09:43 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index e1ab092..e548ee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
         <geronimo-ws-metadata-spec-version>1.1.3</geronimo-ws-metadata-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
         <google-guava-version>19.0</google-guava-version>
-        <groovy-version>2.5.8</groovy-version>
+        <groovy-version>3.0.1</groovy-version>
         <grpc-guava-version>28.1-jre</grpc-guava-version>
         <grpc-version>1.27.0</grpc-version>
         <gson-version>2.8.5</gson-version>