From 8fe2e99152a75da45ba3913a6f39413f252f330e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:43:22 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 7.0.5 to 7.0.6 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6cb5c3e3289..5a6ce952593 100644 --- a/build.gradle +++ b/build.gradle @@ -234,9 +234,9 @@ tasks.register("cleanMasterSheets", Delete) { dependencies { implementation 'commons-io:commons-io:2.21.0' - implementation 'org.springframework:spring-web:7.0.5' - implementation 'org.springframework:spring-beans:7.0.5' - implementation 'org.springframework:spring-core:7.0.5' + implementation 'org.springframework:spring-web:7.0.6' + implementation 'org.springframework:spring-beans:7.0.6' + implementation 'org.springframework:spring-core:7.0.6' implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'xalan:serializer:2.7.3' implementation('org.apache.xmlgraphics:fop:2.11') {