Skip to content

Commit c656443

Browse files
fix(deps): update deps.ktor.version to v2.3.6 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77b8749 commit c656443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ object deps {
7474
}
7575

7676
object ktor {
77-
private const val version = "2.3.4"
77+
private const val version = "2.3.6"
7878
const val core = "io.ktor:ktor-client-core:$version"
7979
const val clientJson = "io.ktor:ktor-client-json:$version"
8080
const val logging = "io.ktor:ktor-client-logging:$version"

0 commit comments

Comments
 (0)