From d6dde574ce539b11279fd4694de2304da9482a47 Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Fri, 17 Nov 2017 13:29:41 +0100 Subject: third_party/grpc: Update to version 1.7.0 Change-Id: I9ae0c56844db45e28eb5a08e8180514aa2729fdf --- third_party/grpc/BUILD | 14 +++++++------- third_party/grpc/README.bazel.md | 2 +- third_party/grpc/grpc-auth-1.6.1.jar | Bin 12420 -> 0 bytes third_party/grpc/grpc-auth-1.7.0.jar | Bin 0 -> 12596 bytes third_party/grpc/grpc-context-1.6.1.jar | Bin 20590 -> 0 bytes third_party/grpc/grpc-context-1.7.0.jar | Bin 0 -> 27302 bytes third_party/grpc/grpc-core-1.6.1.jar | Bin 482507 -> 0 bytes third_party/grpc/grpc-core-1.7.0.jar | Bin 0 -> 501185 bytes third_party/grpc/grpc-netty-1.6.1.jar | Bin 177437 -> 0 bytes third_party/grpc/grpc-netty-1.7.0.jar | Bin 0 -> 179318 bytes third_party/grpc/grpc-protobuf-1.6.1.jar | Bin 5903 -> 0 bytes third_party/grpc/grpc-protobuf-1.7.0.jar | Bin 0 -> 6732 bytes third_party/grpc/grpc-protobuf-lite-1.6.1.jar | Bin 7684 -> 0 bytes third_party/grpc/grpc-protobuf-lite-1.7.0.jar | Bin 0 -> 8024 bytes third_party/grpc/grpc-stub-1.6.1.jar | Bin 37205 -> 0 bytes third_party/grpc/grpc-stub-1.7.0.jar | Bin 0 -> 37147 bytes 16 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 third_party/grpc/grpc-auth-1.6.1.jar create mode 100644 third_party/grpc/grpc-auth-1.7.0.jar delete mode 100644 third_party/grpc/grpc-context-1.6.1.jar create mode 100644 third_party/grpc/grpc-context-1.7.0.jar delete mode 100644 third_party/grpc/grpc-core-1.6.1.jar create mode 100644 third_party/grpc/grpc-core-1.7.0.jar delete mode 100644 third_party/grpc/grpc-netty-1.6.1.jar create mode 100644 third_party/grpc/grpc-netty-1.7.0.jar delete mode 100644 third_party/grpc/grpc-protobuf-1.6.1.jar create mode 100644 third_party/grpc/grpc-protobuf-1.7.0.jar delete mode 100644 third_party/grpc/grpc-protobuf-lite-1.6.1.jar create mode 100644 third_party/grpc/grpc-protobuf-lite-1.7.0.jar delete mode 100644 third_party/grpc/grpc-stub-1.6.1.jar create mode 100644 third_party/grpc/grpc-stub-1.7.0.jar (limited to 'third_party/grpc') diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD index e262b31218..a860113085 100644 --- a/third_party/grpc/BUILD +++ b/third_party/grpc/BUILD @@ -20,13 +20,13 @@ config_setting( filegroup( name = "bootstrap-grpc-jars", srcs = [ - "grpc-auth-1.6.1.jar", - "grpc-netty-1.6.1.jar", - "grpc-protobuf-1.6.1.jar", - "grpc-protobuf-lite-1.6.1.jar", - "grpc-stub-1.6.1.jar", - "grpc-core-1.6.1.jar", - "grpc-context-1.6.1.jar", + "grpc-auth-1.7.0.jar", + "grpc-netty-1.7.0.jar", + "grpc-protobuf-1.7.0.jar", + "grpc-protobuf-lite-1.7.0.jar", + "grpc-stub-1.7.0.jar", + "grpc-core-1.7.0.jar", + "grpc-context-1.7.0.jar", ], ) diff --git a/third_party/grpc/README.bazel.md b/third_party/grpc/README.bazel.md index 4ab44e05da..afdcaf245a 100644 --- a/third_party/grpc/README.bazel.md +++ b/third_party/grpc/README.bazel.md @@ -16,4 +16,4 @@ # How to update the Java code: -Download the necessary jars at version `1.3.0` from maven central. +Download the necessary jars at version `1.7.0` from maven central. diff --git a/third_party/grpc/grpc-auth-1.6.1.jar b/third_party/grpc/grpc-auth-1.6.1.jar deleted file mode 100644 index e39f6bc348..0000000000 Binary files a/third_party/grpc/grpc-auth-1.6.1.jar and /dev/null differ diff --git a/third_party/grpc/grpc-auth-1.7.0.jar b/third_party/grpc/grpc-auth-1.7.0.jar new file mode 100644 index 0000000000..d471b05259 Binary files /dev/null and b/third_party/grpc/grpc-auth-1.7.0.jar differ diff --git a/third_party/grpc/grpc-context-1.6.1.jar b/third_party/grpc/grpc-context-1.6.1.jar deleted file mode 100644 index f6660b4b15..0000000000 Binary files a/third_party/grpc/grpc-context-1.6.1.jar and /dev/null differ diff --git a/third_party/grpc/grpc-context-1.7.0.jar b/third_party/grpc/grpc-context-1.7.0.jar new file mode 100644 index 0000000000..06858e0987 Binary files /dev/null and b/third_party/grpc/grpc-context-1.7.0.jar differ diff --git a/third_party/grpc/grpc-core-1.6.1.jar b/third_party/grpc/grpc-core-1.6.1.jar deleted file mode 100644 index 397af7e95b..0000000000 Binary files a/third_party/grpc/grpc-core-1.6.1.jar and /dev/null differ diff --git a/third_party/grpc/grpc-core-1.7.0.jar b/third_party/grpc/grpc-core-1.7.0.jar new file mode 100644 index 0000000000..e6b6968c85 Binary files /dev/null and b/third_party/grpc/grpc-core-1.7.0.jar differ diff --git a/third_party/grpc/grpc-netty-1.6.1.jar b/third_party/grpc/grpc-netty-1.6.1.jar deleted file mode 100644 index 2ed7a4513a..0000000000 Binary files a/third_party/grpc/grpc-netty-1.6.1.jar and /dev/null differ diff --git a/third_party/grpc/grpc-netty-1.7.0.jar b/third_party/grpc/grpc-netty-1.7.0.jar new file mode 100644 index 0000000000..c73f94dc8b Binary files /dev/null and b/third_party/grpc/grpc-netty-1.7.0.jar differ diff --git a/third_party/grpc/grpc-protobuf-1.6.1.jar b/third_party/grpc/grpc-protobuf-1.6.1.jar deleted file mode 100644 index ef1fe6bbd5..0000000000 Binary files a/third_party/grpc/grpc-protobuf-1.6.1.jar and /dev/null differ diff --git a/third_party/grpc/grpc-protobuf-1.7.0.jar b/third_party/grpc/grpc-protobuf-1.7.0.jar new file mode 100644 index 0000000000..4e25a3117c Binary files /dev/null and b/third_party/grpc/grpc-protobuf-1.7.0.jar differ diff --git a/third_party/grpc/grpc-protobuf-lite-1.6.1.jar b/third_party/grpc/grpc-protobuf-lite-1.6.1.jar deleted file mode 100644 index af60539aaa..0000000000 Binary files a/third_party/grpc/grpc-protobuf-lite-1.6.1.jar and /dev/null differ diff --git a/third_party/grpc/grpc-protobuf-lite-1.7.0.jar b/third_party/grpc/grpc-protobuf-lite-1.7.0.jar new file mode 100644 index 0000000000..6d7b992d9f Binary files /dev/null and b/third_party/grpc/grpc-protobuf-lite-1.7.0.jar differ diff --git a/third_party/grpc/grpc-stub-1.6.1.jar b/third_party/grpc/grpc-stub-1.6.1.jar deleted file mode 100644 index b33e4d7c85..0000000000 Binary files a/third_party/grpc/grpc-stub-1.6.1.jar and /dev/null differ diff --git a/third_party/grpc/grpc-stub-1.7.0.jar b/third_party/grpc/grpc-stub-1.7.0.jar new file mode 100644 index 0000000000..f247141dd8 Binary files /dev/null and b/third_party/grpc/grpc-stub-1.7.0.jar differ -- cgit v1.2.3