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:
@@ -254,8 +254,8 @@ maven_jar(
|
|||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = "protobuf",
|
name = "protobuf",
|
||||||
artifact = "com.google.protobuf:protobuf-java:3.6.1",
|
artifact = "com.google.protobuf:protobuf-java:3.7.1",
|
||||||
sha1 = "0d06d46ecfd92ec6d0f3b423b4cd81cb38d8b924",
|
sha1 = "0bce1b6dc9e4531169542ab37a1c8641bcaa8afb",
|
||||||
)
|
)
|
||||||
|
|
||||||
load("//lib:guava.bzl", "GUAVA_BIN_SHA1", "GUAVA_VERSION")
|
load("//lib:guava.bzl", "GUAVA_BIN_SHA1", "GUAVA_VERSION")
|
||||||
|
|||||||
Reference in New Issue
Block a user