Skip to content

Commit

Permalink
Merge pull request #405 from fobo66/renovate/ktor
Browse files Browse the repository at this point in the history
Update ktor to v2.3.5
  • Loading branch information
fobo66 authored Oct 17, 2023
2 parents 47f5429 + d59be4d commit 7c9a975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencyResolutionManagement {
}

register("ktor") {
version("ktor", "2.3.4")
version("ktor", "2.3.5")
library("client", "io.ktor", "ktor-client-okhttp").versionRef("ktor")
library("client-mock", "io.ktor", "ktor-client-mock").versionRef("ktor")
library("content", "io.ktor", "ktor-client-content-negotiation").versionRef("ktor")
Expand Down

0 comments on commit 7c9a975

Please sign in to comment.