From 812c6a74f10cf91c354fbac31e4df7b35f8a759f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:59:27 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 2.3.10 to 2.3.11 Bumps [io.ktor:ktor-bom](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-bom 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 9bdfc56..41c9585 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.4.0") - implementation(platform("io.ktor:ktor-bom:2.3.10")) + implementation(platform("io.ktor:ktor-bom:2.3.11")) testImplementation("io.ktor:ktor-client-content-negotiation") testImplementation("io.ktor:ktor-serialization-kotlinx-json")