From ecf7e905ddefbcb1718a2784d07bc56aa5b7e0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:02:43 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 6.2.12 to 7.0.2 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.2. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.2) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9bb7667a8be..77d2f150a01 100644 --- a/build.gradle +++ b/build.gradle @@ -221,9 +221,9 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.21.0' - implementation group: 'org.springframework', name: 'spring-web', version:'6.2.12' - implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.12' - implementation group: 'org.springframework', name: 'spring-core', version:'6.2.12' + implementation group: 'org.springframework', name: 'spring-web', version:'7.0.2' + implementation group: 'org.springframework', name: 'spring-beans', version:'7.0.2' + implementation group: 'org.springframework', name: 'spring-core', version:'7.0.2' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.20.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3' implementation('org.apache.xmlgraphics:fop:2.11')