From 926d3942f61e7aa032de4e94cee52147c51f0984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:00:29 +1300 Subject: [PATCH] Bump org.springframework:spring-core from 6.0.11 to 6.0.12 (#6930) Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.0.11 to 6.0.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.0.12) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 e114e028667..bc7ea780dcd 100644 --- a/build.gradle +++ b/build.gradle @@ -226,7 +226,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-web', version:'6.0.11' implementation group: 'org.springframework', name: 'spring-beans', version:'6.0.11' - implementation group: 'org.springframework', name: 'spring-core', version:'6.0.11' + implementation group: 'org.springframework', name: 'spring-core', version:'6.0.12' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.13.0' implementation('org.apache.xmlgraphics:fop:2.9') {