Skip to content

Commit

Permalink
fix(deps): update deps.ktor.version to v2.3.6 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 18, 2023
1 parent 77b8749 commit c656443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Expand Up @@ -74,7 +74,7 @@ object deps {
}

object ktor {
private const val version = "2.3.4"
private const val version = "2.3.6"
const val core = "io.ktor:ktor-client-core:$version"
const val clientJson = "io.ktor:ktor-client-json:$version"
const val logging = "io.ktor:ktor-client-logging:$version"
Expand Down

0 comments on commit c656443

Please sign in to comment.