From 9daf5c04aad7d1fc7a3d8b5d0f1ec9b584593edd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:19:10 +0000 Subject: [PATCH] Update http4k to v5 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5be5dea9f6..0e8fb3cae2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ androidx-compose = "1.5.0" androidx-compose-compiler = "1.5.2" auto-service="1.1.1" compileSdk = "34" -http4k = "4.48.0.0" +http4k = "5.7.4.0" kotlin = "1.9.0" kotlinx-coroutines = "1.7.3" kotlinx-serialization = "1.6.0"