From 05c81e8759c9c92286b935eff9c7f2b232fd1ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:04:23 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-server-core from 2.3.10 to 2.3.12 Bumps [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) from 2.3.10 to 2.3.12. - [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-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 cc14a86..cfb9957 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -101,7 +101,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.12") implementation("io.ktor:ktor-server-netty:2.3.10") testImplementation("io.ktor:ktor-client-mock:2.3.10")