From 36a53e983afe72ce6705662d886c11131d29a89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:50:37 +0000 Subject: [PATCH] chore(deps): bump org.springframework:spring-webmvc Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.1.5 to 6.2.18. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.5...v6.2.18) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 6.2.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/dynamic_fixtures/java/spring_controller/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dynamic_fixtures/java/spring_controller/pom.xml b/tests/dynamic_fixtures/java/spring_controller/pom.xml index 8f69bfce..e58f5c02 100644 --- a/tests/dynamic_fixtures/java/spring_controller/pom.xml +++ b/tests/dynamic_fixtures/java/spring_controller/pom.xml @@ -17,7 +17,7 @@ org.springframework spring-webmvc - 6.1.5 + 6.2.18 org.springframework