From 6f620ab60725313f02db1ca6b6b5ac848949580b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:50:48 +0000 Subject: [PATCH] Update Ktor to v3.4.0 --- slack-feedback/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/slack-feedback/build.gradle.kts b/slack-feedback/build.gradle.kts index 3867bbc0..6b3260fc 100644 --- a/slack-feedback/build.gradle.kts +++ b/slack-feedback/build.gradle.kts @@ -15,10 +15,10 @@ java { dependencies { // Ktor - implementation("io.ktor:ktor-client-content-negotiation:3.3.3") - implementation("io.ktor:ktor-client-core:3.3.3") - implementation("io.ktor:ktor-client-okhttp:3.3.3") - implementation("io.ktor:ktor-serialization-kotlinx-json:3.3.3") + implementation("io.ktor:ktor-client-content-negotiation:3.4.0") + implementation("io.ktor:ktor-client-core:3.4.0") + implementation("io.ktor:ktor-client-okhttp:3.4.0") + implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.0") // Serialization implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") @@ -33,7 +33,7 @@ dependencies { testImplementation("io.mockk:mockk:1.14.9") // Ktor - testImplementation("io.ktor:ktor-client-mock:3.3.3") + testImplementation("io.ktor:ktor-client-mock:3.4.0") testImplementation("org.slf4j:slf4j-simple:2.0.17") }