From 6ba77928938a12d5e543cd722acc45a61a01b989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 17:24:12 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 2.3.3 to 2.3.6 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.6. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.3...2.3.6) --- 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..60ddd63 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.6")) implementation("io.ktor:ktor-http") implementation("io.ktor:ktor-utils") implementation("io.ktor:ktor-network")