From f0b4f15eec44603b701606990c04b9cd024f3186 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 05:15:46 +0000 Subject: [PATCH] Bump spring-context from 5.1.6.RELEASE to 5.3.7 Bumps [spring-context](https://github.com/spring-projects/spring-framework) from 5.1.6.RELEASE to 5.3.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.6.RELEASE...v5.3.7) 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..2766db7 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ configurations { dependencies { compile 'org.telegram:telegrambots:4.1.2' compile 'com.google.guava:guava:27.1-jre' - compile 'org.springframework:spring-context:5.1.6.RELEASE' + compile 'org.springframework:spring-context:5.3.7' compile 'org.apache.logging.log4j:log4j-api:2.11.2' }