From f0633322f8d3d51f3b718875e0116b745bbcc540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 12:40:35 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 2 updates Bumps the gradle group with 2 updates in the / directory: [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) and [io.undertow:undertow-core](https://github.com/undertow-io/undertow). Updates `org.springframework:spring-webmvc` from 6.2.11 to 6.2.17 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.17) Updates `io.undertow:undertow-core` from 2.3.20.Final to 2.3.21.Final - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.3.20.Final...2.3.21.Final) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-version: 6.2.17 dependency-type: direct:production dependency-group: gradle - dependency-name: io.undertow:undertow-core dependency-version: 2.3.21.Final dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 43e41f9..a8da475 100644 --- a/build.gradle +++ b/build.gradle @@ -22,8 +22,8 @@ allprojects { javaxwsrsapiVersion = "2.1.1" protobufVersion = "3.25.5" slf4jVersion = "2.0.17" - springVersion = "6.2.11" - undertowVersion = "2.3.20.Final" + springVersion = "6.2.17" + undertowVersion = "2.3.21.Final" // testing approvaltestsVersion = "24.22.0"