From 78b411600cc805e82fe3a8bd03f47cc677bf52dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:51:29 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-core from 2.3.5 to 2.3.6 Bumps [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.5...2.3.6) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ktor-utils/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktor-utils/build.gradle.kts b/ktor-utils/build.gradle.kts index 5278c80..a83f23c 100644 --- a/ktor-utils/build.gradle.kts +++ b/ktor-utils/build.gradle.kts @@ -1,5 +1,5 @@ dependencies { - implementation("io.ktor:ktor-server-core:2.3.5") + implementation("io.ktor:ktor-server-core:2.3.6") implementation("com.sksamuel.hoplite:hoplite-yaml:2.7.5") testImplementation(kotlin("test"))