Browse Source

Merge pull request #2564 from chrislusf/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.16.1

Bump protobuf-java from 3.9.1 to 3.16.1 in /other/java/client
pull/2575/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
3b1dc85c6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      other/java/client/pom.xml

2
other/java/client/pom.xml

@ -14,7 +14,7 @@
</parent>
<properties>
<protobuf.version>3.9.1</protobuf.version>
<protobuf.version>3.16.1</protobuf.version>
<!-- follow https://github.com/grpc/grpc-java -->
<grpc.version>1.23.0</grpc.version>
<guava.version>30.0-jre</guava.version>

Loading…
Cancel
Save