From 503d66edc947d483303147fcaac050c7484278d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:18:42 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom from 2.0.3 to 2.3.3 in /server/app Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 2.0.3 to 2.3.3. - [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.0.3...2.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/build.gradle.kts b/server/app/build.gradle.kts index 622fd40..301ceb4 100644 --- a/server/app/build.gradle.kts +++ b/server/app/build.gradle.kts @@ -16,7 +16,7 @@ repositories { dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom")) implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") - implementation(platform("io.ktor:ktor-bom:2.0.3")) + implementation(platform("io.ktor:ktor-bom:2.3.3")) implementation("io.ktor:ktor-server-core") implementation("io.ktor:ktor-server-cors") implementation("io.ktor:ktor-server-content-negotiation")