From 6ef8974772ee39c9c56409b877c2b8529fe3270a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:46:49 -0700 Subject: [PATCH] chore(deps): bump org.http4k:http4k-core in /run/http4k-hello-world (#992) --- 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 b835af58..437e77ce 100644 --- a/run/http4k-hello-world/build.gradle.kts +++ b/run/http4k-hello-world/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation("org.http4k:http4k-core:5.13.8.0") + implementation("org.http4k:http4k-core:5.13.9.0") implementation("org.http4k:http4k-server-undertow:5.13.8.0") }