aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-15 06:39:14 +0000
committerÉamonn McManus <emcmanus@google.com>2020-12-21 16:47:51 -0800
commita8ff06dd50acc06afd3d416add714e2b498d9db5 (patch)
tree597bde2326e16f30c6ece4d5d1fc73cec2bae989 /common
parent56b8869ac1bc7ae409fbb183ec1ea9c68da42510 (diff)
downloadauto-a8ff06dd50acc06afd3d416add714e2b498d9db5.tar.gz
Bump guava.version from 30.0-jre to 30.1-jre in /common
Bumps `guava.version` from 30.0-jre to 30.1-jre. Updates `guava` from 30.0-jre to 30.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `guava-testlib` from 30.0-jre to 30.1-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 'common')
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index e27796ee..0164a73c 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -36,7 +36,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
- <guava.version>30.0-jre</guava.version>
+ <guava.version>30.1-jre</guava.version>
<truth.version>1.1</truth.version>
</properties>