From d5d92a288795ac22efe970894e3b66a2bfb76a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 08:38:53 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-web from 6.2.12 to 7.0.5 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.5) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.5 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 b7956681..e224e2c0 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.12" +val springWebVersion = "7.0.5" dependencies { api(project(":allure-attachments"))