From 8b5524fd43af56989fa3ab94c03949de6e5bf835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 18:51:33 +0000 Subject: [PATCH] build(deps): bump io.ktor:ktor-server-netty from 2.3.8 to 2.3.11 Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 2.3.8 to 2.3.11. - [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-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5b1e0de..b2661c6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("io.ktor:ktor-server-core:2.3.8") - implementation("io.ktor:ktor-server-netty:2.3.8") + implementation("io.ktor:ktor-server-netty:2.3.11") implementation("io.ktor:ktor-server-content-negotiation:2.3.8") implementation("io.ktor:ktor-client-content-negotiation:2.3.8") implementation("io.ktor:ktor-serialization-gson:2.3.8")