From cef8ad9a9a35b627739cbf8e33813e3c271fd047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:05:15 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 7.0.2 to 7.0.3 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e424aa43..cc27b786 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ base = "2026.1" jacoco = "0.8.7" -spring-web = "7.0.2" +spring-web = "7.0.3" spring-data = "4.0.2" [libraries]