Skip to content

Commit 4644984

Browse files
authored
Bump Avro to 1.10.1 (#1235)
This PR bumps Avro to 1.10.1. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 318aab9 commit 4644984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ http_archive(
8080
http_archive(
8181
name = "avro",
8282
build_file = "//third_party:avro.BUILD",
83-
sha256 = "e382ac6685544ae9539084793ac0a4ffd377ba476ea756439625552e14d212b0",
84-
strip_prefix = "avro-release-1.9.1/lang/c++",
83+
sha256 = "8fd1f850ce37e60835e6d8335c0027a959aaa316773da8a9660f7d33a66ac142",
84+
strip_prefix = "avro-release-1.10.1/lang/c++",
8585
urls = [
86-
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/apache/avro/archive/release-1.9.1.tar.gz",
87-
"https://github.com/apache/avro/archive/release-1.9.1.tar.gz",
86+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/apache/avro/archive/release-1.10.1.tar.gz",
87+
"https://github.com/apache/avro/archive/release-1.10.1.tar.gz",
8888
],
8989
)
9090

0 commit comments

Comments
 (0)