Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Synchronize protobuf with version used in rules_closure
  Update rules_closure to latest version
  Upgrade elasticsearch-rest-client to 7.1.1

Change-Id: If4cdcc44c53e90f3562bdff1b7a30dd09cd9764f
This commit is contained in:
David Pursehouse
2019-06-06 20:53:03 +09:00
3 changed files with 7 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ java_library(
name = "protobuf",
data = ["//lib:LICENSE-protobuf"],
visibility = ["//visibility:public"],
exports = ["@protobuf//jar"],
exports = ["@com_google_protobuf//:protobuf_java"],
)
java_library(