From 21c3013203ae92344a467c4aef052d08b327c59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 06:21:03 +0000 Subject: [PATCH] Bump guava from 29.0-jre to 30.0-jre Bumps [guava](https://github.com/google/guava) from 29.0-jre to 30.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d52be63ae85..7a6cae1f8f3 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,7 @@ dependencies { exclude module: 'oraclepki' } - implementation ('com.google.guava:guava:29.0-jre') { + implementation ('com.google.guava:guava:30.0-jre') { // TODO: Remove this as soon as https://github.com/google/guava/issues/2960 is fixed exclude module: "jsr305" }