From 411671738e427e92d0b80b4ced63a6c7b174973b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:40:36 +0000 Subject: [PATCH] Update ktor monorepo to v3 --- 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 f2050b4a2..f6d663d69 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ kotlin-logging = "3.0.5" kotlinpoet = "1.18.1" kotlinx-coroutines = "1.9.0" kotlinx-serialization = "1.7.3" -ktor = "2.3.13" +ktor = "3.0.2" nexuspublish = "2.0.0" okhttp = "4.12.0" slf4j = "2.0.16"