From fbcf04be2b892872fef96c2909dabe09c145bf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 11:10:54 +0000 Subject: [PATCH] chore(deps): 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 dcc355d..0287f38 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { // HTTP dependencies. implementation("io.ktor:ktor-client-core:2.3.10") implementation("io.ktor:ktor-client-cio:2.3.10") - implementation("io.ktor:ktor-server-core:2.3.10") + implementation("io.ktor:ktor-server-core:2.3.11") implementation("io.ktor:ktor-server-netty:2.3.10") testImplementation("io.ktor:ktor-client-mock:2.3.10")