From e119b74673daa0dcb520d1503344f27b47e9f4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:14:27 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-web from 6.2.17 to 7.0.7 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.17 to 7.0.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.7) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- allure-spring-web/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allure-spring-web/build.gradle.kts b/allure-spring-web/build.gradle.kts index ab11b8b2..c89be8a5 100644 --- a/allure-spring-web/build.gradle.kts +++ b/allure-spring-web/build.gradle.kts @@ -1,6 +1,6 @@ description = "Allure Spring Web Integration" -val springWebVersion = "6.2.17" +val springWebVersion = "7.0.7" dependencies { api(project(":allure-attachments"))