aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-02-12 17:42:11 -0800
committerGitHub <noreply@github.com>2018-02-12 17:42:11 -0800
commit35665af72ceda23b72dd5164edebc29f4a96ab3e (patch)
tree083476ab2083333a0f4eeb3ee5ccc8cd0170f514 /repositories.bzl
parenta888d46b937dcdfc01646626afef36dbf0ea5949 (diff)
downloadgrpc-grpc-java-35665af72ceda23b72dd5164edebc29f4a96ab3e.tar.gz
netty: upgrade to 4.1.21
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl40
1 files changed, 20 insertions, 20 deletions
diff --git a/repositories.bzl b/repositories.bzl
index 3ba527657..204dee4d7 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -174,71 +174,71 @@ def com_squareup_okio():
def io_netty_codec_http2():
native.maven_jar(
name = "io_netty_netty_codec_http2",
- artifact = "io.netty:netty-codec-http2:4.1.17.Final",
- sha1 = "f9844005869c6d9049f4b677228a89fee4c6eab3",
+ artifact = "io.netty:netty-codec-http2:4.1.21.Final",
+ sha1 = "06e045c3970f9ccff7a7064375c96dcabe120e6e",
)
def io_netty_buffer():
native.maven_jar(
name = "io_netty_netty_buffer",
- artifact = "io.netty:netty-buffer:4.1.17.Final",
- sha1 = "fdd68fb3defd7059a7392b9395ee941ef9bacc25",
+ artifact = "io.netty:netty-buffer:4.1.21.Final",
+ sha1 = "67670d3d8f8e4564a096269065ced85e3945b830",
)
def io_netty_common():
native.maven_jar(
name = "io_netty_netty_common",
- artifact = "io.netty:netty-common:4.1.17.Final",
- sha1 = "581c8ee239e4dc0976c2405d155f475538325098",
+ artifact = "io.netty:netty-common:4.1.21.Final",
+ sha1 = "d37b6cbc80774047fdb78fd4319612017ab5403e",
)
def io_netty_transport():
native.maven_jar(
name = "io_netty_netty_transport",
- artifact = "io.netty:netty-transport:4.1.17.Final",
- sha1 = "9585776b0a8153182412b5d5366061ff486914c1",
+ artifact = "io.netty:netty-transport:4.1.21.Final",
+ sha1 = "c380cceb380008e345ade08fb855a0a84fe0d2aa",
)
def io_netty_codec():
native.maven_jar(
name = "io_netty_netty_codec",
- artifact = "io.netty:netty-codec:4.1.17.Final",
- sha1 = "1d00f56dc9e55203a4bde5aae3d0828fdeb818e7",
+ artifact = "io.netty:netty-codec:4.1.21.Final",
+ sha1 = "f9ebc7d8b47348e0dabced5b175b2b7c4211aa13",
)
def io_netty_codec_socks():
native.maven_jar(
name = "io_netty_netty_codec_socks",
- artifact = "io.netty:netty-codec-socks:4.1.17.Final",
- sha1 = "a159bf1f3d5019e0d561c92fbbec8400967471fa",
+ artifact = "io.netty:netty-codec-socks:4.1.21.Final",
+ sha1 = "40c89bc61d0d998b0c137cee94338981b7b44758",
)
def io_netty_codec_http():
native.maven_jar(
name = "io_netty_netty_codec_http",
- artifact = "io.netty:netty-codec-http:4.1.17.Final",
- sha1 = "251d7edcb897122b9b23f24ff793cd0739056b9e",
+ artifact = "io.netty:netty-codec-http:4.1.21.Final",
+ sha1 = "4a67ff36dc9c6dfc4ca374441dcd8117001995df",
)
def io_netty_handler():
native.maven_jar(
name = "io_netty_netty_handler",
- artifact = "io.netty:netty-handler:4.1.17.Final",
- sha1 = "18c40ffb61a1d1979eca024087070762fdc4664a",
+ artifact = "io.netty:netty-handler:4.1.21.Final",
+ sha1 = "7d3d36d616cacfdafb946555a22c6aea513c6713",
)
def io_netty_handler_proxy():
native.maven_jar(
name = "io_netty_netty_handler_proxy",
- artifact = "io.netty:netty-handler-proxy:4.1.17.Final",
- sha1 = "9330ee60c4e48ca60aac89b7bc5ec2567e84f28e",
+ artifact = "io.netty:netty-handler-proxy:4.1.21.Final",
+ sha1 = "c914a01d61b4ab42031c4336140b8bfee1b6ba5c",
)
def io_netty_resolver():
native.maven_jar(
name = "io_netty_netty_resolver",
- artifact = "io.netty:netty-resolver:4.1.17.Final",
- sha1 = "8f386c80821e200f542da282ae1d3cde5cad8368",
+ artifact = "io.netty:netty-resolver:4.1.21.Final",
+ sha1 = "1e786ae83c8aa8f6980f7152f3a312c1ea3009ed",
)
def io_netty_tcnative_boringssl_static():