aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-14 15:42:48 -0700
committerGitHub <noreply@github.com>2023-06-14 15:42:48 -0700
commitb6a516fed6e7f0ad9c14df1f181ba5026afbb620 (patch)
treecdf00c0568f9d78b49947d2a0c976c27ead33008 /test
parent0b0fb9b9e4835265abf71e0b0f384fe9bbfce3ea (diff)
downloadseaweedfs-b6a516fed6e7f0ad9c14df1f181ba5026afbb620.tar.xz
seaweedfs-b6a516fed6e7f0ad9c14df1f181ba5026afbb620.zip
build(deps): bump guava from 30.0-jre to 32.0.0-jre in /test/random_access (#4579)
build(deps): bump guava in /test/random_access Bumps [guava](https://github.com/google/guava) from 30.0-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'test')
-rw-r--r--test/random_access/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/random_access/pom.xml b/test/random_access/pom.xml
index 36fe6b256..6216abee4 100644
--- a/test/random_access/pom.xml
+++ b/test/random_access/pom.xml
@@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
- <guava.version>30.0-jre</guava.version>
+ <guava.version>32.0.0-jre</guava.version>
</properties>
<dependencies>