diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-03-30 02:30:34 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-03-30 02:30:34 -0700 |
| commit | a4db1fe32fc5c7e60ceb8a01ed831959eb7edc17 (patch) | |
| tree | 25475b7135d8a72833380661b470980156eb113e /other/java/client | |
| parent | ac875976c0731597ae3df324e71b7ec2b8b4b83d (diff) | |
| download | seaweedfs-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/client')
| -rw-r--r-- | other/java/client/pom.xml | 2 |
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> |
