aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-30 07:46:34 +0000
committerGitHub <noreply@github.com>2021-03-30 07:46:34 +0000
commit9401890f183719ff4f2b78b96ef03025af5e96f1 (patch)
treed0c34e09c097ab8e2229af38220306c43994b75f /other/java
parenta5662c9e5e1f214971bdbcaea9b45afd30e77421 (diff)
downloadseaweedfs-9401890f183719ff4f2b78b96ef03025af5e96f1.tar.xz
seaweedfs-9401890f183719ff4f2b78b96ef03025af5e96f1.zip
Bump guava from 28.0-jre to 29.0-jre in /other/java/client
Bumps [guava](https://github.com/google/guava) from 28.0-jre to 29.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot[bot] <support@github.com>
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 0c3e3f00e..b715368a7 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>28.0-jre</guava.version>
+ <guava.version>29.0-jre</guava.version>
</properties>
<dependencies>