diff --git a/run/http4k-hello-world/build.gradle.kts b/run/http4k-hello-world/build.gradle.kts index 97c781ae..0615f86c 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.14.0.0") + implementation("org.http4k:http4k-core:5.44.2.0") implementation("org.http4k:http4k-server-undertow:5.14.0.0") }