From 82c03dc3d5eef9e11e0cb427e6be995b5f7dae12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:24:24 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-bom from 1.6.4 to 2.3.9 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 1.6.4 to 2.3.9. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.6.4...2.3.9) --- 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 09fa8d6..21e62f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { implementation("net.gcardone.junidecode", "junidecode", "0.4.1") // Http - implementation(platform("io.ktor:ktor-bom:1.6.4")) + implementation(platform("io.ktor:ktor-bom:2.3.9")) implementation("io.ktor", "ktor-client") implementation("io.ktor", "ktor-client-okhttp") implementation("io.ktor", "ktor-client-serialization-jvm")