Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-http to v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent f819387 commit 444e008
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.4")
api("io.ktor:ktor-http:2.3.10")
implementation(libs.wiremock)
implementation(libs.kotest.api)
testImplementation(libs.kotest.runner)
Expand Down

0 comments on commit 444e008

Please sign in to comment.