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

Commit 3fcf70e

Browse files
Update dependency io.ktor:ktor-http to v2.2.4 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42bfb91 commit 3fcf70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.2.2")
22+
api("io.ktor:ktor-http:2.2.4")
2323
implementation(libs.wiremock)
2424
implementation(libs.kotest.api)
2525
testImplementation(libs.kotest.runner)

0 commit comments

Comments
 (0)