Skip to content

Commit

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

0 comments on commit ba3f94e

Please sign in to comment.