From cf67346380498347da61af5c78abff125e2cb39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 00:13:55 +0000 Subject: [PATCH] Bump ktor-server-core from 1.4.0 to 1.6.7 Bumps [ktor-server-core](https://github.com/ktorio/ktor) from 1.4.0 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/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 9a80aef..e39541b 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r' implementation 'org.slf4j:slf4j-simple:1.7.31' - implementation 'io.ktor:ktor-server-core:1.4.0' + implementation 'io.ktor:ktor-server-core:1.6.7' implementation 'io.ktor:ktor-server-netty:1.4.0' api 'com.github.ligi:ipfs-api-kotlin:0.15'