From beed5a8ee16b0461ea97c71e92a0eb9ba818c0f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 05:22:09 +0000 Subject: [PATCH] Bump guava from 27.1-jre to 30.0-jre Bumps [guava](https://github.com/google/guava) from 27.1-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 f8848d8..bcab9b8 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ configurations { dependencies { compile 'org.telegram:telegrambots:4.1.2' - compile 'com.google.guava:guava:27.1-jre' + compile 'com.google.guava:guava:30.0-jre' compile 'org.springframework:spring-context:5.1.6.RELEASE' compile 'org.apache.logging.log4j:log4j-api:2.11.2' }