From b67fe8aabf4266f20e32a61fdbc4fb47736a9b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:26:05 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 5.3.20 to 6.1.1 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.20 to 6.1.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v6.1.1) --- updated-dependencies: - dependency-name: org.springframework:spring-web 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 5d7d4fcda..448e228d1 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 = "5.3.20" +val springWebVersion = "6.1.1" dependencies { api(project(":allure-attachments"))