Bump ktorVer from 1.6.7 to 1.6.8
Bumps `ktorVer` from 1.6.7 to 1.6.8. Updates `ktor-client-android` from 1.6.7 to 1.6.8 - [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.7...1.6.8) Updates `ktor-client-core` from 1.6.7 to 1.6.8 - [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.7...1.6.8) Updates `ktor-client-serialization` from 1.6.7 to 1.6.8 - [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.7...1.6.8) Updates `ktor-client-logging-jvm` from 1.6.7 to 1.6.8 - [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.7...1.6.8) Updates `ktor-client-java` from 1.6.7 to 1.6.8 - [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.7...1.6.8) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
49ef9eb5aa
commit
226925366d
|
@ -91,7 +91,7 @@ ext.Dependencies.with {
|
||||||
def kotlinVer = "1.6.10"
|
def kotlinVer = "1.6.10"
|
||||||
def sqldelightVer = "1.5.3"
|
def sqldelightVer = "1.5.3"
|
||||||
def composeVer = "1.1.0"
|
def composeVer = "1.1.0"
|
||||||
def ktorVer = "1.6.7"
|
def ktorVer = "1.6.8"
|
||||||
|
|
||||||
google = new DependenciesContainer()
|
google = new DependenciesContainer()
|
||||||
google.with {
|
google.with {
|
||||||
|
|
Loading…
Reference in New Issue