From d448f8ad1d3bb075b013ca2ec61dd0cfbec9d473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:47:16 +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.22.Final. - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.3.20.Final...2.3.22.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-version: 2.3.22.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..86ae945 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.22.Final") implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") testImplementation(platform("org.junit:junit-bom:5.10.2"))