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

Commit 444e008

Browse files
Update dependency io.ktor:ktor-http to v2.3.10
1 parent f819387 commit 444e008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

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

0 commit comments

Comments
 (0)