From 84dca174f276dadba2b404840c2c2dbe29f49463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 17:10:47 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-netty from 1.6.8 to 2.3.11 Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.11. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.6.8...2.3.11) --- 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 bc31caa..2056112 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -97,7 +97,7 @@ kotlin { implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3") api("io.ktor:ktor-server-core:1.6.8") - api("io.ktor:ktor-server-netty:1.6.8") + api("io.ktor:ktor-server-netty:2.3.11") api("io.ktor:ktor-serialization:1.6.8") implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:0.20.0") // api("ch.qos.logback:logback-classic:1.5.6")