Merge pull request #4 from ouchadam/dependabot/gradle/io.ktor-ktor-client-core-1.6.7

Bump ktor-client-core from 1.6.2 to 1.6.7
This commit is contained in:
Adam Brown 2022-03-08 20:09:59 +00:00 committed by GitHub
commit c24d32aaef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ ext.Dependencies.with {
sqldelightInMemory = "com.squareup.sqldelight:sqlite-driver:${sqldelightVer}"
ktorAndroid = "io.ktor:ktor-client-android:1.6.4"
ktorCore = "io.ktor:ktor-client-core:1.6.2"
ktorCore = "io.ktor:ktor-client-core:1.6.7"
ktorSerialization = "io.ktor:ktor-client-serialization:1.6.7"
ktorLogging = "io.ktor:ktor-client-logging-jvm:1.6.2"
ktorJava = "io.ktor:ktor-client-java:1.6.7"