aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-01-13 23:59:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-01-13 23:59:13 +0000
commit7e0e0c30cfa46eeb5793ba46f1a273a8081b2100 (patch)
tree71cca5090003ca0b46a97cbc43b52e94103376bd /repositories.bzl
parent9b4f1a6db99b7cb7d46320e25e32317853b500dc (diff)
parent599cbd6b784405f6a751b91d3bcc9536e4776e69 (diff)
downloadgrpc-grpc-java-7e0e0c30cfa46eeb5793ba46f1a273a8081b2100.tar.gz
Snap for 7080740 from 599cbd6b784405f6a751b91d3bcc9536e4776e69 to mainline-tethering-releaseandroid-mainline-11.0.0_r43android-mainline-11.0.0_r24android11-mainline-tethering-release
Change-Id: Ifa5b02fa99dd9e1d614f8e97c85c132d3b81d948
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl78
1 files changed, 39 insertions, 39 deletions
diff --git a/repositories.bzl b/repositories.bzl
index c3bbdfd52..a83bd7a9a 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -132,8 +132,8 @@ def com_google_auth_google_auth_library_oauth2_http():
def com_google_code_findbugs_jsr305():
native.maven_jar(
name = "com_google_code_findbugs_jsr305",
- artifact = "com.google.code.findbugs:jsr305:3.0.0",
- sha1 = "5871fb60dc68d67da54a663c3fd636a10a532948",
+ artifact = "com.google.code.findbugs:jsr305:3.0.2",
+ sha1 = "25ea2e8b0c338a877313bd4672d3fe056ea78f0d",
)
def com_google_code_gson():
@@ -153,8 +153,8 @@ def com_google_errorprone_error_prone_annotations():
def com_google_guava():
native.maven_jar(
name = "com_google_guava_guava",
- artifact = "com.google.guava:guava:20.0",
- sha1 = "89507701249388e1ed5ddcf8c41f4ce1be7831ef",
+ artifact = "com.google.guava:guava:26.0-android",
+ sha1 = "ef69663836b339db335fde0df06fb3cd84e3742b",
)
def com_google_protobuf():
@@ -212,81 +212,81 @@ def com_squareup_okio():
sha1 = "a9283170b7305c8d92d25aff02a6ab7e45d06cbe",
)
-def io_netty_codec_http2():
- native.maven_jar(
- name = "io_netty_netty_codec_http2",
- artifact = "io.netty:netty-codec-http2:4.1.27.Final",
- sha1 = "3769790a2033667d663f9a526d5b63cfecdbdf4e",
- )
-
def io_netty_buffer():
native.maven_jar(
name = "io_netty_netty_buffer",
- artifact = "io.netty:netty-buffer:4.1.27.Final",
- sha1 = "aafe2b9fb0d8f3b200cf10b9fd6486c6a722d7a1",
+ artifact = "io.netty:netty-buffer:4.1.30.Final",
+ sha1 = "597adb653306470fb3ec1af3c0f3f30a37b1310a",
)
-def io_netty_common():
+def io_netty_codec():
native.maven_jar(
- name = "io_netty_netty_common",
- artifact = "io.netty:netty-common:4.1.27.Final",
- sha1 = "6a12a969c27fb37b230c4bde5a67bd822fa6b7a4",
+ name = "io_netty_netty_codec",
+ artifact = "io.netty:netty-codec:4.1.30.Final",
+ sha1 = "515c8f609aaca28a94f984d89a9667dd3359c1b1",
)
-def io_netty_transport():
+def io_netty_codec_http():
native.maven_jar(
- name = "io_netty_netty_transport",
- artifact = "io.netty:netty-transport:4.1.27.Final",
- sha1 = "b5c2da3ea89dd67320925f1504c9eb3615241b7c",
+ name = "io_netty_netty_codec_http",
+ artifact = "io.netty:netty-codec-http:4.1.30.Final",
+ sha1 = "1384c630e8a0eeef33ad12a28791dce6e1d8767c",
)
-def io_netty_codec():
+def io_netty_codec_http2():
native.maven_jar(
- name = "io_netty_netty_codec",
- artifact = "io.netty:netty-codec:4.1.27.Final",
- sha1 = "d2653d78ebaa650064768fb26b10051f5c8efb2c",
+ name = "io_netty_netty_codec_http2",
+ artifact = "io.netty:netty-codec-http2:4.1.30.Final",
+ sha1 = "2da92f518409904954d3e8dcc42eb6a562a70302",
)
def io_netty_codec_socks():
native.maven_jar(
name = "io_netty_netty_codec_socks",
- artifact = "io.netty:netty-codec-socks:4.1.27.Final",
- sha1 = "285b09af98764cf02e4b77b3d95af188469a7133",
+ artifact = "io.netty:netty-codec-socks:4.1.30.Final",
+ sha1 = "ea272e3bb281d3a91d27278f47e61b4de285cc27",
)
-def io_netty_codec_http():
+def io_netty_common():
native.maven_jar(
- name = "io_netty_netty_codec_http",
- artifact = "io.netty:netty-codec-http:4.1.27.Final",
- sha1 = "a1722d6bcbbef1c4c7877e8bf38b07a3db5ed07f",
+ name = "io_netty_netty_common",
+ artifact = "io.netty:netty-common:4.1.30.Final",
+ sha1 = "5dca0c34d8f38af51a2398614e81888f51cf811a",
)
def io_netty_handler():
native.maven_jar(
name = "io_netty_netty_handler",
- artifact = "io.netty:netty-handler:4.1.27.Final",
- sha1 = "21bd9cf565390a8d72579b8664303e3c175dfc6a",
+ artifact = "io.netty:netty-handler:4.1.30.Final",
+ sha1 = "ecc076332ed103411347f4806a44ee32d9d9cb5f",
)
def io_netty_handler_proxy():
native.maven_jar(
name = "io_netty_netty_handler_proxy",
- artifact = "io.netty:netty-handler-proxy:4.1.27.Final",
- sha1 = "1a822ce7760bc6eb4937b7e448c9e081fedcc807",
+ artifact = "io.netty:netty-handler-proxy:4.1.30.Final",
+ sha1 = "1baa1568fa936caddca0fae96fdf127fd5cbad16",
)
def io_netty_resolver():
native.maven_jar(
name = "io_netty_netty_resolver",
- artifact = "io.netty:netty-resolver:4.1.27.Final",
- sha1 = "2536447ef9605ccb2b5203aa22392c6514484ea9",
+ artifact = "io.netty:netty-resolver:4.1.30.Final",
+ sha1 = "5106fd687066ffd712e5295d32af4e2ac6482613",
)
def io_netty_tcnative_boringssl_static():
native.maven_jar(
name = "io_netty_netty_tcnative_boringssl_static",
- artifact = "io.netty:netty-tcnative-boringssl-static:2.0.12.Final",
- sha1 = "b884be1450a7fd0854b98743836b8ccb0dfd75a4",
+ artifact = "io.netty:netty-tcnative-boringssl-static:2.0.17.Final",
+ sha1 = "b1e5acbde8c444c656131238ac6ab9e73f694300",
+ )
+
+def io_netty_transport():
+ native.maven_jar(
+ name = "io_netty_netty_transport",
+ artifact = "io.netty:netty-transport:4.1.30.Final",
+ sha1 = "3d27bb432a3b125167ac161b26415ad29ec17f02",
)
def io_opencensus_api():