diff --git a/run/http4k-hello-world/build.gradle.kts b/run/http4k-hello-world/build.gradle.kts index 21f81391..ff8b814e 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.11.1.0") + implementation("org.http4k:http4k-core:5.12.0.0") implementation("org.http4k:http4k-server-undertow:5.12.0.0") }