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

Commit 0b854c1

Browse files
authored
Merge pull request #8 from kotest/renovate/io.ktor-ktor-http-2.x
Update dependency io.ktor:ktor-http to v2.2.2
2 parents e819646 + 4f03bc1 commit 0b854c1

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)