diff --git a/SECURITY.md b/SECURITY.md index 43efb78d88..dc14ef5ae8 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 - 1.1.33.Fork17 + 1.1.33.Fork19 @@ -80,7 +80,7 @@ buildscript { } dependencies { - compile 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork17' + compile 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork19' } ``` @@ -115,7 +115,7 @@ In Maven, you can use the [os-maven-plugin](https://github.com/trustin/os-maven- io.netty netty-tcnative - 1.1.33.Fork14 + 1.1.33.Fork19 ${tcnative.classifier} @@ -183,7 +183,7 @@ if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) { } dependencies { - compile 'io.netty:netty-tcnative:1.1.33.Fork14:' + tcnative_classifier + compile 'io.netty:netty-tcnative:1.1.33.Fork19:' + tcnative_classifier } ```