From 9bad0a6d2004adf24851b29d2b3ae56ca8cb6da8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:54:37 +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 a939f40353..203918a2c0 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.1" auto-service="1.1.1" compileSdk = "34" -http4k = "4.48.0.0" +http4k = "5.6.4.0" kotlin = "1.9.0" kotlinx-coroutines = "1.7.3" kotlinx-serialization = "1.5.1"