From 8825f8add10d5db3d545007495062bb96dc6ae24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:58:04 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 2.3.12 to 3.0.3 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.3.12 to 3.0.3. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.12...3.0.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-type: direct:production update-type: version-update:semver-major ... 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 6524732..65817df 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.12")) + implementation(platform("io.ktor:ktor-bom:3.0.3")) testImplementation("io.ktor:ktor-client-content-negotiation") testImplementation("io.ktor:ktor-serialization-kotlinx-json")