From dba3e08d6488cb3e44ca9592e41e33ed36fda98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:16:15 +1300 Subject: [PATCH] Bump org.springframework:spring-beans from 6.1.13 to 6.1.14 (#7210) Bumps [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) from 6.1.13 to 6.1.14. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-patch ... 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 53df9fc0b79..1c9a6fc5452 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.1.14' - implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.13' + implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.14' implementation group: 'org.springframework', name: 'spring-core', version:'6.1.14' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3'