Skip to content

Commit

Permalink
root: Update dependency io.ktor:ktor-client-core to v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 4e2e391 commit 7223950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object Dependencies {
}

object Network {
const val KTOR = "io.ktor:ktor-client-core:2.3.4"
const val KTOR = "io.ktor:ktor-client-core:2.3.5"
}

object TestRuntime {
Expand Down

0 comments on commit 7223950

Please sign in to comment.