From 3201526c2d44eeaed02e16c156c655caae32b9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:29:52 +0000 Subject: [PATCH] Bump spring-beans from 5.2.4.RELEASE to 5.3.10 Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.2.4.RELEASE to 5.3.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.4.RELEASE...v5.3.10) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c082db82ad..369713ef1d 100644 --- a/build.gradle +++ b/build.gradle @@ -170,7 +170,7 @@ dependencies { compile group: 'commons-io', name: 'commons-io', version:'2.6' compile group: 'org.springframework', name: 'spring-web', version:'5.3.9' compile group: 'org.springframework', name: 'spring-core', version:'5.2.3.RELEASE' - compile group: 'org.springframework', name: 'spring-beans', version:'5.2.4.RELEASE' + compile group: 'org.springframework', name: 'spring-beans', version:'5.3.10' compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.9' compile group: 'org.apache.xmlgraphics', name: 'fop', version:'2.3' compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'