Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 4f03bc1

Browse files
Update dependency io.ktor:ktor-http to v2.2.2
1 parent 30f41e1 commit 4f03bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
api("io.ktor:ktor-http:2.1.3")
22+
api("io.ktor:ktor-http:2.2.2")
2323
implementation(libs.wiremock)
2424
implementation(libs.kotest.api)
2525
testImplementation(libs.kotest.runner)

0 commit comments

Comments
 (0)