From e4834704e37b6671f83e276c6c0824e953d52fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:37:50 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 2.3.3 to 2.3.5 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.5. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.5) --- 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 86c9f66..5083a0a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -154,7 +154,7 @@ dependencies { implementation("org.hildan.har:har-parser:0.6.0") - implementation(platform("io.ktor:ktor-bom:2.3.3")) + implementation(platform("io.ktor:ktor-bom:2.3.5")) implementation("io.ktor:ktor-http") implementation("io.ktor:ktor-utils") implementation("io.ktor:ktor-network")