From fedef8f8660e1b458ad7cd8e83446c755779f811 Mon Sep 17 00:00:00 2001 From: zpencer Date: Tue, 24 Oct 2017 13:29:18 -0700 Subject: [PATCH] SECURITY: tcnative version should be 2.0.6.Final (#3611) --- SECURITY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 8f0871da10..82e298454a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -62,7 +62,7 @@ In Maven, you can use the [os-maven-plugin](https://github.com/trustin/os-maven- io.netty netty-tcnative-boringssl-static - 2.0.5.Final + 2.0.6.Final @@ -80,7 +80,7 @@ buildscript { } dependencies { - compile 'io.netty:netty-tcnative-boringssl-static:2.0.5.Final' + compile 'io.netty:netty-tcnative-boringssl-static:2.0.6.Final' } ``` @@ -115,7 +115,7 @@ In Maven, you can use the [os-maven-plugin](https://github.com/trustin/os-maven- io.netty netty-tcnative - 2.0.5.Final + 2.0.6.Final ${tcnative.classifier} @@ -183,7 +183,7 @@ if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) { } dependencies { - compile 'io.netty:netty-tcnative:2.0.5.Final:' + tcnative_classifier + compile 'io.netty:netty-tcnative:2.0.6.Final:' + tcnative_classifier } ```