From a70589edd651819125320261bd0dec2884c904ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:12:28 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc Bumps the gradle group with 1 update in the / directory: [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework). Updates `org.springframework:spring-webmvc` from 6.2.8 to 6.2.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.8...v6.2.10) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 6.2.10 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aaf7a4d..8a0819f 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { javaxwsrsapiVersion = "2.1.1" protobufVersion = "3.25.5" slf4jVersion = "2.0.17" - springVersion = "6.2.8" + springVersion = "6.2.10" undertowVersion = "2.3.18.Final" // testing