Bump ktor-client-core from 1.6.2 to 1.6.7

Bumps [ktor-client-core](https://github.com/ktorio/ktor) from 1.6.2 to 1.6.7.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.7)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-08 20:02:35 +00:00 committed by GitHub
parent 5ec82308ed
commit e788f58a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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