From df28d1f4b6a4237185f0830b0e56f27bf2d7bbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:13:15 +0000 Subject: [PATCH] Bump ktor from 3.0.1 to 3.1.2 (#25) --- 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 eea5d76..844bbfc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-activity-compose = "1.10.1" androidx-uitest = "1.7.8" coil = "3.1.0" kotlinx-coroutines = "1.10.1" -ktor = "3.0.1" +ktor = "3.1.2" kotlinx-serialization = "1.8.0" koin = "4.0.3" viewmodel-compose = "2.8.4"