From 56a34b0a4a504a7fb72e2aff876076d2de8525da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 23:14:36 +0000 Subject: [PATCH] Bump spring-context from 5.3.1 to 5.3.5 Bumps [spring-context](https://github.com/spring-projects/spring-framework) from 5.3.1 to 5.3.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.1...v5.3.5) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eeefb0c19d8..3fc1219de00 100644 --- a/build.gradle +++ b/build.gradle @@ -167,7 +167,7 @@ allprojects { implementation("org.springframework.security:spring-security-web:5.4.1") implementation("org.springframework:spring-aop:5.3.1") implementation("org.springframework:spring-beans:5.3.1") - implementation("org.springframework:spring-context:5.3.1") + implementation("org.springframework:spring-context:5.3.5") implementation("org.springframework:spring-core:5.3.1") implementation("org.springframework:spring-expression:5.3.1") implementation("org.springframework:spring-jdbc:5.3.1")