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:48 UTC

[camel-spring-boot] 02/02: Align dependencies to camel master: Grpc guava version to 28.1-jre

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

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

diff --git a/pom.xml b/pom.xml
index 6c85c25..e4ef775 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <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-guava-version>28.1-jre</grpc-guava-version>
         <grpc-version>1.27.0</grpc-version>
         <gson-version>2.8.5</gson-version>
         <hadoop2-version>2.7.4</hadoop2-version>