Skip to content

Commit

Permalink
Update ktor monorepo to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 52a3d80 commit e98123b
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", "3.0.1")
version("ktor", "3.0.2")
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 e98123b

Please sign in to comment.