From a9d304d3462904255cd8b4f542237d3a17b43583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:01:04 +0000 Subject: [PATCH] build(deps): bump spring-context from 5.2.9.RELEASE to 5.3.0 Bumps [spring-context](https://github.com/spring-projects/spring-framework) from 5.2.9.RELEASE to 5.3.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 00408e324..6b5ad223e 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,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.2.9.RELEASE' + implementation 'org.springframework:spring-context:5.3.0' implementation 'org.aspectj:aspectjweaver:1.9.6' implementation 'org.slf4j:slf4j-api:1.7.30'