From 174cf88a0a3b091c4dc2de0639b606c592c2f39c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:03:04 +0000 Subject: [PATCH] Bump spring-beans from 5.3.8 to 6.0.4 Bumps [spring-beans](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-beans 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..69640b6ac27 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.10.0' 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-beans', version:'6.0.4' implementation group: 'org.springframework', name: 'spring-core', version:'5.3.8' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0' implementation('org.apache.xmlgraphics:fop:2.6')