From 36aab577bb29363307cf5edaea19d77094e22c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 05:43:25 +0000 Subject: [PATCH] Bump org.springframework:spring-beans from 6.2.4 to 6.2.5 Bumps [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5) --- updated-dependencies: - dependency-name: org.springframework:spring-beans 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 7c33e3f3ca0..42b1dc64d20 100644 --- a/build.gradle +++ b/build.gradle @@ -222,7 +222,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.18.0' implementation group: 'org.springframework', name: 'spring-web', version:'6.2.4' - implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.4' + implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.5' implementation group: 'org.springframework', name: 'spring-core', version:'6.2.5' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3'