From 5bc2e0a02a0f79bb58377a50cbad7fb7422e113c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:11:28 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 2.3.11 to 3.0.1 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.3.11 to 3.0.1. - [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.11...3.0.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- robot-server-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-server-plugin/build.gradle.kts b/robot-server-plugin/build.gradle.kts index 67e63274..46fffd40 100644 --- a/robot-server-plugin/build.gradle.kts +++ b/robot-server-plugin/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { api(project(":robot-server-core")) api(project(":test-recorder")) - implementation(platform("io.ktor:ktor-bom:2.3.11")) + implementation(platform("io.ktor:ktor-bom:3.0.1")) implementation("io.ktor:ktor-server-core") implementation("io.ktor:ktor-server-netty") implementation("io.ktor:ktor-server-content-negotiation")