From 1a9bcb1b989e5ace2ea20261d77f877be21fc589 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:04:14 +0000 Subject: [PATCH] Bump ktor-server-core from 1.4.0 to 1.5.4 Bumps [ktor-server-core](https://github.com/ktorio/ktor) from 1.4.0 to 1.5.4. - [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.4.0...1.5.4) Signed-off-by: dependabot-preview[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 542e132..1f22a8b 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r' implementation 'org.slf4j:slf4j-simple:1.7.30' - implementation 'io.ktor:ktor-server-core:1.4.0' + implementation 'io.ktor:ktor-server-core:1.5.4' implementation 'io.ktor:ktor-server-netty:1.4.0' api 'com.github.ligi:ipfs-api-kotlin:0.15'