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 55d81d8 Upgrade Netty Tcnative Static Boring SSL to version 2.0.15.Final
55d81d8 is described below
commit 55d81d803dcf5ac2ae34bc01f5652265ed9cb640
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Tue Sep 4 15:13:12 2018 +0200
Upgrade Netty Tcnative Static Boring SSL to version 2.0.15.Final
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 35f9a2e..b40a342 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.14.Final</grpc-netty-tcnative-boringssl-static-version>
+ <grpc-netty-tcnative-boringssl-static-version>2.0.15.Final</grpc-netty-tcnative-boringssl-static-version>
<grpc-bundle-version>1.14.0_1</grpc-bundle-version>
<grpc-errorprone-version>2.2.0</grpc-errorprone-version>
<gson-version>2.8.5</gson-version>
|