aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
authorGravatar dapengzhang0 <zdapeng@google.com>2016-07-22 20:54:44 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-25 11:40:03 +0000
commit3abcec17d16167ab86c0e953486ef452372d31af (patch)
tree9f71abaf79ca5f665c837fd5e2218531a288a8a7 /third_party/grpc
parent33ac07ccfe4825aa078643c40b2bd230b380de48 (diff)
Bump grpc-java lib to version 0.15.0 non-binaries
-- Change-Id: I2da9049019b3965975fab9b7f606d099d6eab2ff Reviewed-on: https://bazel-review.googlesource.com/#/c/4040/ MOS_MIGRATED_REVID=128208129
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/BUILD28
-rw-r--r--third_party/grpc/README.bazel.md4
2 files changed, 16 insertions, 16 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index 25d2a5f407..2ba07e3f8b 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -10,11 +10,11 @@ filegroup(
java_import(
name = "grpc-jar",
jars = [
- "grpc-netty-0.14.1.jar",
- "grpc-protobuf-0.14.1.jar",
- "grpc-protobuf-lite-0.14.1.jar",
- "grpc-stub-0.14.1.jar",
- "grpc-core-0.14.1.jar",
+ "grpc-netty-0.15.0.jar",
+ "grpc-protobuf-0.15.0.jar",
+ "grpc-protobuf-lite-0.15.0.jar",
+ "grpc-stub-0.15.0.jar",
+ "grpc-core-0.15.0.jar",
],
runtime_deps = ["//third_party:netty"],
)
@@ -22,15 +22,15 @@ java_import(
filegroup(
name = "grpc-java-plugin",
srcs = select({
- "//third_party:windows_mingw": ["protoc-gen-grpc-java-0.14.1-windows-x86_32.exe"],
- "//third_party:windows_msys64_mingw64": ["protoc-gen-grpc-java-0.14.1-windows-x86_64.exe"],
- "//third_party:windows_msys64": ["protoc-gen-grpc-java-0.14.1-windows-x86_64.exe"],
- "//third_party:windows_clang": ["protoc-gen-grpc-java-0.14.1-windows-x86_64.exe"],
- "//third_party:darwin": ["protoc-gen-grpc-java-0.14.1-osx-x86_64.exe"],
- "//third_party:k8": ["protoc-gen-grpc-java-0.14.1-linux-x86_64.exe"],
- "//third_party:piii": ["protoc-gen-grpc-java-0.14.1-linux-x86_32.exe"],
- "//third_party:arm": ["protoc-gen-grpc-java-0.14.1-linux-x86_32.exe"],
- "//third_party:freebsd": ["protoc-gen-grpc-java-0.14.1-linux-x86_32.exe"],
+ "//third_party:windows_mingw": ["protoc-gen-grpc-java-0.15.0-windows-x86_32.exe"],
+ "//third_party:windows_msys64_mingw64": ["protoc-gen-grpc-java-0.15.0-windows-x86_64.exe"],
+ "//third_party:windows_msys64": ["protoc-gen-grpc-java-0.15.0-windows-x86_64.exe"],
+ "//third_party:windows_clang": ["protoc-gen-grpc-java-0.15.0-windows-x86_64.exe"],
+ "//third_party:darwin": ["protoc-gen-grpc-java-0.15.0-osx-x86_64.exe"],
+ "//third_party:k8": ["protoc-gen-grpc-java-0.15.0-linux-x86_64.exe"],
+ "//third_party:piii": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"],
+ "//third_party:arm": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"],
+ "//third_party:freebsd": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"],
}),
)
diff --git a/third_party/grpc/README.bazel.md b/third_party/grpc/README.bazel.md
index 9c7eaa0bf7..9e910bbb80 100644
--- a/third_party/grpc/README.bazel.md
+++ b/third_party/grpc/README.bazel.md
@@ -12,10 +12,10 @@ How to update the C++ sources of gRPC:
How to update the Java plugin:
Download it from Maven central. The project is called `protoc-gen-grpc-java`
-and the version is `0.14.1` .
+and the version is `0.15.0` .
How to update the Java code:
Download it from Maven central. The jars are called `grpc-core`, `grpc-netty`,
`grpc-protobuf`, `grpc-protobuf-lite`, `grpc-stub` and the version is
-`0.14.1`.
+`0.15.0`.