From 3d4fb28c130475af7f396434a6e1aaa144b9a6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:38:22 +1300 Subject: [PATCH] Bump org.springframework:spring-beans from 6.1.14 to 6.2.0 (#7226) Bumps [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) from 6.1.14 to 6.2.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-minor ... 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 fd21d740018..cb156597681 100644 --- a/build.gradle +++ b/build.gradle @@ -222,7 +222,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.17.0' implementation group: 'org.springframework', name: 'spring-web', version:'6.2.0' - implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.14' + implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.0' implementation group: 'org.springframework', name: 'spring-core', version:'6.2.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3'