From e270f4337f09a80e4ead4acfeecdef11bc96ba38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:47:47 +0000 Subject: [PATCH] chore(deps): bump org.http4k:http4k-server-undertow Bumps [org.http4k:http4k-server-undertow](https://github.com/http4k/http4k) from 5.13.8.0 to 5.13.9.0. - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](https://github.com/http4k/http4k/compare/5.13.8.0...5.13.9.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-server-undertow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- run/http4k-hello-world/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/http4k-hello-world/build.gradle.kts b/run/http4k-hello-world/build.gradle.kts index 437e77ce..9a1fe5ba 100644 --- a/run/http4k-hello-world/build.gradle.kts +++ b/run/http4k-hello-world/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { implementation("org.http4k:http4k-core:5.13.9.0") - implementation("org.http4k:http4k-server-undertow:5.13.8.0") + implementation("org.http4k:http4k-server-undertow:5.13.9.0") } kotlin {