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 2018/07/10 11:35:32 UTC

[camel] branch master updated: Upgrade gRPC and related bundle to version 1.13.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.git


The following commit(s) were added to refs/heads/master by this push:
     new f9f8500  Upgrade gRPC and related bundle to version 1.13.1
f9f8500 is described below

commit f9f85004607762dd1681b314aa6eeaf36ffc8437
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 10 13:35:11 2018 +0200

    Upgrade gRPC and related bundle to version 1.13.1
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5ef985a..00544e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -269,12 +269,12 @@
     <google-mail-guava-version>17.0</google-mail-guava-version>
     <google-truth-version>0.30</google-truth-version>
     <grizzly-websockets-version>2.3.25</grizzly-websockets-version>
-    <grpc-version>1.12.0</grpc-version>
+    <grpc-version>1.13.1</grpc-version>
     <grpc-google-auth-library-version>0.9.0</grpc-google-auth-library-version>
     <grpc-guava-version>20.0</grpc-guava-version>
     <grpc-java-jwt-version>3.2.0</grpc-java-jwt-version>
     <grpc-netty-tcnative-boringssl-static-version>2.0.7.Final</grpc-netty-tcnative-boringssl-static-version>
-    <grpc-bundle-version>1.12.0_1</grpc-bundle-version>
+    <grpc-bundle-version>1.13.1_1</grpc-bundle-version>
     <grpc-errorprone-version>2.2.0</grpc-errorprone-version>
     <gson-version>2.8.5</gson-version>
     <guice-version>4.0</guice-version>