Skip to content

Commit

Permalink
Bump ktor-server-core from 1.6.7 to 1.6.8 (#8)
Browse files Browse the repository at this point in the history
Bumps [ktor-server-core](https://github.com/ktorio/ktor) 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-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Mar 17, 2022
1 parent 113880b commit d7da74d
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
@@ -13,7 +13,7 @@ buildscript {
extra["ktor_version"] = "1.6.8"
}

val ktorVersion = "1.6.7"
val ktorVersion = "1.6.8"

val exKtorVersion = project.findProperty("version").let {
if (it is String && it != "unspecified") {

0 comments on commit d7da74d

Please sign in to comment.