From 68849ba7afbf8a632b00839394f39545d9c1081d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2019 05:21:12 +0000 Subject: [PATCH] Bump guava from 27.1-jre to 28.2-jre Bumps [guava](https://github.com/google/guava) from 27.1-jre to 28.2-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..f5537ab 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:28.2-jre' compile 'org.springframework:spring-context:5.1.6.RELEASE' compile 'org.apache.logging.log4j:log4j-api:2.11.2' }