From 34f5fb075e9671bddec39f948ac7018fef8ed89c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:03:52 +0000 Subject: [PATCH] Bump spring-core from 5.3.8 to 6.0.4 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.8 to 6.0.4. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v6.0.4) --- 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 4a98a2fe699..063a94359cb 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-web', version:'5.3.8' implementation group: 'org.springframework', name: 'spring-beans', version:'5.3.8' - implementation group: 'org.springframework', name: 'spring-core', version:'5.3.8' + implementation group: 'org.springframework', name: 'spring-core', version:'6.0.4' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0' implementation('org.apache.xmlgraphics:fop:2.6') {