From c14054ed9e95b7499c90a09a098b675529c86237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 20:20:20 +0530 Subject: [PATCH] build(deps): bump spring-context from 5.3.3 to 5.3.4 (#1446) Bumps [spring-context](https://github.com/spring-projects/spring-framework) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0c38bffc4..3f468ea2b 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'commons-validator:commons-validator:1.7' implementation 'org.apache.commons:commons-lang3:3.11' implementation 'commons-io:commons-io:2.8.0' - implementation 'org.springframework:spring-context:5.3.3' + implementation 'org.springframework:spring-context:5.3.4' implementation 'org.aspectj:aspectjweaver:1.9.6' implementation 'org.slf4j:slf4j-api:1.7.30'