Upgrade protobuf-java to 3.7.1

In change Ic8fa455e8, rules_closure was updated to a version that
depends on protobuf 3.7.1. Update the version used in Gerrit to the
same version.

This version also fixes an illegal reflective access warning in JDK 9+.

Change-Id: Idb9403165ed65b9219d095e0fdbbe4646771e20a
This commit is contained in:
David Pursehouse
2019-03-11 08:27:36 +09:00
parent ed89176191
commit 49fef75952

View File

@@ -254,8 +254,8 @@ maven_jar(
maven_jar(
name = "protobuf",
artifact = "com.google.protobuf:protobuf-java:3.6.1",
sha1 = "0d06d46ecfd92ec6d0f3b423b4cd81cb38d8b924",
artifact = "com.google.protobuf:protobuf-java:3.7.1",
sha1 = "0bce1b6dc9e4531169542ab37a1c8641bcaa8afb",
)
load("//lib:guava.bzl", "GUAVA_BIN_SHA1", "GUAVA_VERSION")