From be8b41ffcc3ffc255b09752df458d203a05592b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:14:01 +0000 Subject: [PATCH] fix(deps): update dependency org.http4k:http4k-bom to 5.40.+ --- 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 51142d5c306..5c5cb80f80c 100644 --- a/kotlin/http4k/build.gradle +++ b/kotlin/http4k/build.gradle @@ -6,7 +6,7 @@ buildscript { ext { kotlinVersion = "2.1.+" - http4kVersion = "5.38.+" + http4kVersion = "5.40.+" shadowVersion = "+" }