From 2f8c5a16fa6b19318c35e08b8a4338d83ed5e98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:45:47 +0000 Subject: [PATCH] chore(deps): bump io.undertow:undertow-core Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.20.Final to 2.3.23.Final. - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.3.20.Final...2.3.23.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-version: 2.3.23.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 90447d2..02c2ed8 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -9,7 +9,7 @@ java { } dependencies { - implementation("io.undertow:undertow-core:2.3.20.Final") + implementation("io.undertow:undertow-core:2.3.23.Final") implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") testImplementation(platform("org.junit:junit-bom:5.10.2"))