From 0bcb9d07f508cc19dbb71720d5276b44935025ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 04:26:20 +0000 Subject: [PATCH] Bump org.springframework:spring-core from 6.2.6 to 6.2.7 Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.6...v6.2.7) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 6.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2284f2470f4..77926b53a79 100644 --- a/build.gradle +++ b/build.gradle @@ -223,7 +223,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-web', version:'6.2.6' implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.6' - implementation group: 'org.springframework', name: 'spring-core', version:'6.2.6' + implementation group: 'org.springframework', name: 'spring-core', version:'6.2.7' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3' implementation('org.apache.xmlgraphics:fop:2.11')