From cd0869a2a1e3d6d189cb6656bc99c2661c7d5a98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:22:01 +0000 Subject: [PATCH] Update dependency io.ktor:ktor-http to v2.3.7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 874ddcd..5fca992 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { } dependencies { - api("io.ktor:ktor-http:2.2.4") + api("io.ktor:ktor-http:2.3.7") implementation(libs.wiremock) implementation(libs.kotest.api) testImplementation(libs.kotest.runner)