From 21e88c1a3bddae9e8208b16ce063df1ba2f07d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:28:55 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 5.3.39 to 6.2.7 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.39 to 6.2.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.2.7) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index efec7ec8..46b4d220 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ base = "2025.3-SNAPSHOT" junit = "5.9.3" jacoco = "0.8.7" -spring-web = "5.3.39" +spring-web = "6.2.7" spring-data = "2.7.18" # although testInt builds with jdk 17 it is complaing that the dependecies need jdk 17