From 76fd11a852f7ab452853cca7263a94d0b4c5aee2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 01:17:19 +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-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5bd8d37..b78def6 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { api 'org.apache.commons:commons-math3:3.6.1' // This dependency is used internally, and not exposed to consumers on their own compile classpath. - implementation 'com.google.guava:guava:29.0-jre' + implementation 'com.google.guava:guava:30.0-jre' // Use JUnit test framework testImplementation 'junit:junit:4.12'