From 4c3c29ef283ff0bc8c0f4d3811c34e31c9f45dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 21:18:50 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-netty from 1.4.0 to 2.3.2 Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 1.4.0 to 2.3.2. - [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-netty 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..738aa66 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'org.slf4j:slf4j-simple:2.0.6' implementation 'io.ktor:ktor-server-core:1.4.0' - implementation 'io.ktor:ktor-server-netty:1.4.0' + implementation 'io.ktor:ktor-server-netty:2.3.2' api 'com.github.ligi:ipfs-api-kotlin:0.15' api 'com.github.ligi:kontinuum-model:0.4'