From c9830cdf13df6ac5748017220e9f227af66fe082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:04:57 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-core from 2.3.10 to 2.3.11 Bumps [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) from 2.3.10 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/2.3.10...2.3.11) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core 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 2f8658b6..18c93172 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.typesafe.akka:akka-actor_2.13:2.8.5") implementation("io.netty:netty-all:4.1.108.Final") implementation("io.ktor:ktor-server-netty:2.3.10") - implementation("io.ktor:ktor-server-core:2.3.10") + implementation("io.ktor:ktor-server-core:2.3.11") implementation("com.google.protobuf:protobuf-java-util:4.26.0") implementation("com.google.protobuf:protobuf-kotlin:4.26.0") implementation("org.apache.logging.log4j:log4j-api:2.23.1")