Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-http to v2.2.4 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 1, 2023
1 parent 42bfb91 commit 3fcf70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
api("io.ktor:ktor-http:2.2.2")
api("io.ktor:ktor-http:2.2.4")
implementation(libs.wiremock)
implementation(libs.kotest.api)
testImplementation(libs.kotest.runner)
Expand Down

0 comments on commit 3fcf70e

Please sign in to comment.