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 2019/12/19 10:59:54 UTC

[camel] branch master updated: Upgrade GRPC to version 1.26.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.git


The following commit(s) were added to refs/heads/master by this push:
     new f076c70  Upgrade GRPC to version 1.26.0
f076c70 is described below

commit f076c701faaf9cc1dea2fa07f2c9f156b0f61879
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 19 11:59:23 2019 +0100

    Upgrade GRPC to version 1.26.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c2f50d4..89de66d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -239,7 +239,7 @@
         <google-truth-version>0.30</google-truth-version>
         <graphql-java-version>13.0</graphql-java-version>
         <grizzly-websockets-version>2.3.25</grizzly-websockets-version>
-        <grpc-version>1.25.0</grpc-version>
+        <grpc-version>1.26.0</grpc-version>
         <grpc-google-auth-library-version>0.13.0</grpc-google-auth-library-version>
         <grpc-guava-version>28.1-jre</grpc-guava-version>
         <grpc-java-jwt-version>3.7.0</grpc-java-jwt-version>