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 08:41:47 UTC

[camel-spring-boot] 01/02: Align dependencies to camel master: Grpc to version 1.27.0

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 562d3d40732c7ffedff250fa7e347ec85c1b46ef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 09:35:34 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index ba06238..6c85c25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
         <google-guava-version>19.0</google-guava-version>
         <groovy-version>2.5.8</groovy-version>
         <grpc-guava-version>26.0-android</grpc-guava-version>
-        <grpc-version>1.24.1</grpc-version>
+        <grpc-version>1.27.0</grpc-version>
         <gson-version>2.8.5</gson-version>
         <hadoop2-version>2.7.4</hadoop2-version>
         <hibernate-validator-version>6.0.17.Final</hibernate-validator-version>