aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-01-07 15:16:21 -0800
committerGitHub <noreply@github.com>2022-01-07 15:16:21 -0800
commit3b1dc85c6ff6489b6425a27ecdabb8c2cb0f7849 (patch)
tree12d4ad10a0192853e6ab6db55fb939664271309d /other
parent110d5a52337cb6c9d8684a5fd453fbb5c4214b41 (diff)
parent46237ea31a34b31fe15a8da7da1ce2e6e772dfdd (diff)
downloadseaweedfs-3b1dc85c6ff6489b6425a27ecdabb8c2cb0f7849.tar.xz
seaweedfs-3b1dc85c6ff6489b6425a27ecdabb8c2cb0f7849.zip
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
Diffstat (limited to 'other')
-rw-r--r--other/java/client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml
index dd83df864..8c112b446 100644
--- a/other/java/client/pom.xml
+++ b/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>