This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0bd8e35b678bd6aa80fa41d0d890ae21266103c1 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 16 11:23:36 2018 +0200 Upgrade Netty Tcnative Boring SSL to version 2.0.18.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5d7645d..99e2a30 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -272,7 +272,7 @@ <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.17.Final</grpc-netty-tcnative-boringssl-static-version> + <grpc-netty-tcnative-boringssl-static-version>2.0.18.Final</grpc-netty-tcnative-boringssl-static-version> <grpc-bundle-version>1.15.0_1</grpc-bundle-version> <grpc-errorprone-version>2.2.0</grpc-errorprone-version> <gson-version>2.8.5</gson-version>
