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/09/26 06:52:17 UTC

[camel] branch master updated: Upgrade Netty TCNative BoringSSL to version 2.0.17.Final

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 e8c8a9d  Upgrade Netty TCNative BoringSSL to version 2.0.17.Final
e8c8a9d is described below

commit e8c8a9da6ae97a1cce449f728fb49dae8450efe6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 26 08:51:18 2018 +0200

    Upgrade Netty TCNative BoringSSL to version 2.0.17.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f677454..4ad86e2 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.15.Final</grpc-netty-tcnative-boringssl-static-version>
+    <grpc-netty-tcnative-boringssl-static-version>2.0.17.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>