From 4328e0562f009b5b97783ae82a588e23cb5076d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:40:35 +0000 Subject: [PATCH] fix(deps): update dependency org.http4k:http4k-bom to 5.36.+ --- kotlin/http4k/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/http4k/build.gradle b/kotlin/http4k/build.gradle index e5f6c69e876..e773f399a0c 100644 --- a/kotlin/http4k/build.gradle +++ b/kotlin/http4k/build.gradle @@ -6,7 +6,7 @@ buildscript { ext { kotlinVersion = "2.0.+" - http4kVersion = "5.35.+" + http4kVersion = "5.36.+" shadowVersion = "+" }