From f219446fb392ea2a519639bf27b1051b6542611b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:54:19 -0600 Subject: [PATCH] chore(deps): bump org.http4k:http4k-server-undertow (#626) Bumps [org.http4k:http4k-server-undertow](https://github.com/http4k/http4k) from 5.8.5.1 to 5.9.0.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.8.5.1...5.9.0.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-server-undertow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 34ab1d6d..6d8594e2 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.9.0.0") - implementation("org.http4k:http4k-server-undertow:5.8.5.1") + implementation("org.http4k:http4k-server-undertow:5.9.0.0") } kotlin {