From f7da0d97dabc479262a345872d4ef3813a537c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:15:24 +0000 Subject: [PATCH] Chore(deps): Bump io.ktor:ktor-server-netty from 2.3.11 to 2.3.12 Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 2.3.11 to 2.3.12. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch ... 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 dc6e1ea..f741bb4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation(kotlin("stdlib-jdk8")) implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") implementation("io.ktor:ktor-server-core:2.3.11") {exclude("org.slf4j")} - implementation("io.ktor:ktor-server-netty:2.3.11") {exclude("org.slf4j")} + implementation("io.ktor:ktor-server-netty:2.3.12") {exclude("org.slf4j")} implementation("io.ktor:ktor-server-cors:2.3.11") {exclude("org.slf4j")} implementation("io.ktor:ktor-features:1.6.8") {exclude("org.slf4j")} implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.11") {exclude("org.slf4j")}