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
commit bfbceb28755d1d39f10068e4038588ff9755158c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 10 10:49:58 2018 +0200 Upgrade gRPC and related bundle to version 1.11.0 --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index d0be3c9..8bbfbf3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -269,11 +269,11 @@ <google-api-services-pubsub-version>v1-rev12-1.22.0</google-api-services-pubsub-version> <google-truth-version>0.30</google-truth-version> <grizzly-websockets-version>2.3.25</grizzly-websockets-version> - <grpc-version>1.10.1</grpc-version> + <grpc-version>1.11.0</grpc-version> <grpc-google-auth-library-version>0.9.0</grpc-google-auth-library-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.10.1_1</grpc-bundle-version> + <grpc-bundle-version>1.11.0_1</grpc-bundle-version> <grpc-errorprone-version>2.1.3</grpc-errorprone-version> <gson-version>2.8.4</gson-version> <guice-version>4.0</guice-version> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.