aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@uber.com>2021-03-30 02:30:34 -0700
committerChris Lu <chris.lu@uber.com>2021-03-30 02:30:34 -0700
commita4db1fe32fc5c7e60ceb8a01ed831959eb7edc17 (patch)
tree25475b7135d8a72833380661b470980156eb113e /other/java
parentac875976c0731597ae3df324e71b7ec2b8b4b83d (diff)
downloadseaweedfs-a4db1fe32fc5c7e60ceb8a01ed831959eb7edc17.tar.xz
seaweedfs-a4db1fe32fc5c7e60ceb8a01ed831959eb7edc17.zip
patch https://github.com/advisories/GHSA-5mg8-w23w-74h3
https://github.com/advisories/GHSA-5mg8-w23w-74h3
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 b715368a7..f4e522a3e 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -17,7 +17,7 @@
<protobuf.version>3.9.1</protobuf.version>
<!-- follow https://github.com/grpc/grpc-java -->
<grpc.version>1.23.0</grpc.version>
- <guava.version>29.0-jre</guava.version>
+ <guava.version>30.0-jre</guava.version>
</properties>
<dependencies>