From 760a7a3d10371d613396c50a66067c9a44abcfd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:57:38 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 5.3.39 to 6.2.10 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.39 to 6.2.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.2.10) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.10 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 4e94005f..c7ce2ca6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ base = "2025.5" junit = "5.9.3" jacoco = "0.8.7" -spring-web = "5.3.39" +spring-web = "6.2.10" spring-data = "2.7.18" # although testInt builds with jdk 17 it is complaing that the dependecies need jdk 17