From e5de19367f4bc3106d408db71a144605fab0a7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 13:49:38 +0000 Subject: [PATCH] Bump guava from 20.0 to 23.0 Bumps [guava](https://github.com/google/guava) from 20.0 to 23.0. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/compare/v20.0...v23.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f161d93f..2b6cf533d 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,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:20.0' + implementation 'com.google.guava:guava:23.0' // Use JUnit test framework testImplementation 'junit:junit:4.13'