From 59cf6209bca794003a602a98aef5c24850f10bb2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:21:47 +0000 Subject: [PATCH] Bump guava from 29.0-jre to 30.1.1-jre Bumps [guava](https://github.com/google/guava) from 29.0-jre to 30.1.1-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..d73cd37 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.1.1-jre' // Use JUnit test framework testImplementation 'junit:junit:4.12'