From 0c9d4dbecf260f882ba8cf59ce135c0f741c3c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:01:54 +0000 Subject: [PATCH] Bump ktor-server-netty from 1.5.0 to 2.2.2 Bumps [ktor-server-netty](https://github.com/ktorio/ktor) from 1.5.0 to 2.2.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/compare/1.5.0...2.2.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 143c1e9..c246c23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -101,7 +101,7 @@ kotlin { implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.15.0") api("io.ktor:ktor-server-core:1.5.0") - api("io.ktor:ktor-server-netty:1.5.0") + api("io.ktor:ktor-server-netty:2.2.2") api("io.ktor:ktor-serialization:1.5.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:0.20.0") api("ch.qos.logback:logback-classic:1.2.3")