diff --git a/SECURITY.md b/SECURITY.md
index 8feefad6e2..18b4ff6559 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.Fork26
+ 2.0.3.Final
@@ -80,7 +80,7 @@ buildscript {
}
dependencies {
- compile 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork26'
+ compile 'io.netty:netty-tcnative-boringssl-static:2.0.3.Final'
}
```
@@ -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.Fork26
+ 2.0.3.Final
${tcnative.classifier}
@@ -183,7 +183,7 @@ if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) {
}
dependencies {
- compile 'io.netty:netty-tcnative:1.1.33.Fork26:' + tcnative_classifier
+ compile 'io.netty:netty-tcnative:2.0.3.Final:' + tcnative_classifier
}
```