Skip to content

Commit

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

0 comments on commit 1f5bc66

Please sign in to comment.