aboutsummaryrefslogtreecommitdiff
path: root/SECURITY.md
diff options
context:
space:
mode:
authorzpencer <spencerfang@google.com>2017-08-31 15:24:33 -0700
committerGitHub <noreply@github.com>2017-08-31 15:24:33 -0700
commitb579528c899cbdda9743625f404db8e2dec2d93a (patch)
tree3421c18bbf84be6d835a26992228c5cdf0cb0f85 /SECURITY.md
parent4c721b7490a5d05633ec797d1ae8281bac4054c1 (diff)
downloadgrpc-grpc-java-b579528c899cbdda9743625f404db8e2dec2d93a.tar.gz
Update README to reference 1.6.1 (#3428)
Diffstat (limited to 'SECURITY.md')
-rw-r--r--SECURITY.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/SECURITY.md b/SECURITY.md
index 831914ac4..821404f10 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-
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
- <version>2.0.3.Final</version>
+ <version>2.0.5.Final</version>
</dependency>
</dependencies>
</project>
@@ -80,7 +80,7 @@ buildscript {
}
dependencies {
- compile 'io.netty:netty-tcnative-boringssl-static:2.0.3.Final'
+ compile 'io.netty:netty-tcnative-boringssl-static:2.0.5.Final'
}
```
@@ -115,7 +115,7 @@ In Maven, you can use the [os-maven-plugin](https://github.com/trustin/os-maven-
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
- <version>2.0.3.Final</version>
+ <version>2.0.5.Final</version>
<classifier>${tcnative.classifier}</classifier>
</dependency>
</dependencies>
@@ -183,7 +183,7 @@ if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) {
}
dependencies {
- compile 'io.netty:netty-tcnative:2.0.3.Final:' + tcnative_classifier
+ compile 'io.netty:netty-tcnative:2.0.5.Final:' + tcnative_classifier
}
```