From 843d9305aa0e979a01e8be81e6d8fcd4b819a0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:24:08 +0000 Subject: [PATCH] Bump io.undertow:undertow-core in the gradle group across 1 directory Bumps the gradle group with 1 update in the / directory: [io.undertow:undertow-core](https://github.com/undertow-io/undertow). Updates `io.undertow:undertow-core` from 2.3.19.Final to 2.3.20.Final - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.3.19.Final...2.3.20.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-version: 2.3.20.Final 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 5ed5e55..43e41f9 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ allprojects { protobufVersion = "3.25.5" slf4jVersion = "2.0.17" springVersion = "6.2.11" - undertowVersion = "2.3.19.Final" + undertowVersion = "2.3.20.Final" // testing approvaltestsVersion = "24.22.0"