From 4a2e4a5d960f6dca020bd3620aa02c37f515afc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 21:57:53 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-core from 1.4.0 to 2.3.1 Bumps [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) from 1.4.0 to 2.3.1. - [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...2.3.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-major ... 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 c329494..ee852e9 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r' implementation 'org.slf4j:slf4j-simple:2.0.6' - implementation 'io.ktor:ktor-server-core:1.4.0' + implementation 'io.ktor:ktor-server-core:2.3.1' implementation 'io.ktor:ktor-server-netty:1.4.0' api 'com.github.ligi:ipfs-api-kotlin:0.15'