Skip to content

Commit

Permalink
Bump ktor_version from 1.6.7 to 1.6.8 (#9)
Browse files Browse the repository at this point in the history
Bumps `ktor_version` from 1.6.7 to 1.6.8.

Updates `ktor-server-host-common` 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](ktorio/ktor@1.6.7...1.6.8)

Updates `ktor-client` 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](ktorio/ktor@1.6.7...1.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 17, 2022
1 parent 279938e commit 113880b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

buildscript {
extra["ktor_version"] = "1.6.7"
extra["ktor_version"] = "1.6.8"
}

val ktorVersion = "1.6.7"
Expand Down

0 comments on commit 113880b

Please sign in to comment.