aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-04 17:54:30 -0700
committerGitHub <noreply@github.com>2022-10-04 17:54:30 -0700
commit0f522da367b85820aa0fb1e8b2efb769cecff7af (patch)
treec05183b574c5cedf7d881720ceaa76d115f8c73a /other/java
parentea271600ec732872ae3810cc85d72f4c6e17a17e (diff)
downloadseaweedfs-0f522da367b85820aa0fb1e8b2efb769cecff7af.tar.xz
seaweedfs-0f522da367b85820aa0fb1e8b2efb769cecff7af.zip
build(deps): bump protobuf-java from 3.16.1 to 3.16.3 in /other/java/client (#3789)
Diffstat (limited to 'other/java')
-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 81c58f9c0..3ed76436d 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -14,7 +14,7 @@
</parent>
<properties>
- <protobuf.version>3.16.1</protobuf.version>
+ <protobuf.version>3.16.3</protobuf.version>
<!-- follow https://github.com/grpc/grpc-java -->
<grpc.version>1.23.0</grpc.version>
<guava.version>30.0-jre</guava.version>