From aa359bb3b8fa533bd850939440e824aaa0810e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:00:54 +0000 Subject: [PATCH] Bump org.springframework:spring-core from 5.3.23 to 6.0.6 Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f51afe82ae3..1eb3de45a37 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-web', version:'5.3.23' implementation group: 'org.springframework', name: 'spring-beans', version:'5.3.23' - implementation group: 'org.springframework', name: 'spring-core', version:'5.3.23' + implementation group: 'org.springframework', name: 'spring-core', version:'6.0.6' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0' implementation('org.apache.xmlgraphics:fop:2.8') {