Update ktor client version for custom plugin support (#16869)

* Update ktor-client version to 2.3.5

* Update ktor-client version to 2.2.3
This commit is contained in:
Alexander Spivak
2023-10-23 17:03:54 +03:00
committed by GitHub
parent bf9fae641e
commit f16744a2bb
9 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ wrapper {
buildscript {
ext.kotlin_version = '1.8.10'
ext.ktor_version = '2.1.3'
ext.ktor_version = '2.2.3'
ext.spotless_version = "6.13.0"
repositories {