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 } ```