From 4098b144c1321b7591baca3afcaf1f494f1868a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:52:01 +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.18.Final to 2.3.19.Final - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.3.18.Final...2.3.19.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-version: 2.3.19.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 8a0819f..e8f062a 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ allprojects { protobufVersion = "3.25.5" slf4jVersion = "2.0.17" springVersion = "6.2.10" - undertowVersion = "2.3.18.Final" + undertowVersion = "2.3.19.Final" // testing approvaltestsVersion = "24.22.0"