From d04fe995c08885ba389833b34c205ffac030b393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:20:47 +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.18 to 6.2.19 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v6.2.19) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 6.2.19 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 7a897fb..6c549e9 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.18" + springVersion = "6.2.19" undertowVersion = "2.4.0.Final" // testing