[Java] upgrade protobuf-java version (#23627)

This commit is contained in:
mwtian 2022-03-31 09:12:58 -07:00 committed by GitHub
parent 756d08cd31
commit bd4d6b7e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ def gen_java_deps():
artifacts = [
"com.google.code.gson:gson:2.8.5",
"com.google.guava:guava:30.0-jre",
"com.google.protobuf:protobuf-java:3.16.0",
"com.google.protobuf:protobuf-java-util:3.16.0",
"com.google.protobuf:protobuf-java:3.19.4",
"com.google.protobuf:protobuf-java-util:3.19.4",
"com.puppycrawl.tools:checkstyle:8.15",
"com.sun.xml.bind:jaxb-core:2.3.0",
"com.sun.xml.bind:jaxb-impl:2.3.0",