From 8e3bfa2ea3de9ddbd2a262521f869fb747c01f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 05:29:29 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 2.3.3 to 2.3.4 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.4) --- 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 9604b81..19041e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -164,7 +164,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.4")) implementation("io.ktor:ktor-http") implementation("io.ktor:ktor-utils") implementation("io.ktor:ktor-network")