From aa5a643f9c1b6aab1e1d5e6e8c87fbc28647ce34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:02:44 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom in /api in the ktor group Bumps the ktor group in /api with 1 update: [io.ktor:ktor-bom](https://github.com/ktorio/ktor). Updates `io.ktor:ktor-bom` from 3.0.0-beta-2 to 3.0.0-rc-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/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor ... Signed-off-by: dependabot[bot] --- api/app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/app/build.gradle.kts b/api/app/build.gradle.kts index 55a30b8..dda5872 100644 --- a/api/app/build.gradle.kts +++ b/api/app/build.gradle.kts @@ -34,7 +34,7 @@ testing { testType = TestSuiteType.UNIT_TEST dependencies { - implementation(platform("io.ktor:ktor-bom:3.0.0-beta-2")) + implementation(platform("io.ktor:ktor-bom:3.0.0-rc-1")) implementation("io.ktor:ktor-server-test-host") } } @@ -47,7 +47,7 @@ testing { implementation(project()) implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2") implementation("org.testcontainers:testcontainers:1.20.1") - implementation(platform("io.ktor:ktor-bom:3.0.0-beta-2")) + implementation(platform("io.ktor:ktor-bom:3.0.0-rc-1")) implementation("io.ktor:ktor-client-core") implementation("io.ktor:ktor-client-cio") } @@ -87,7 +87,7 @@ tasks.withType { } dependencies { - implementation(platform("io.ktor:ktor-bom:3.0.0-beta-2")) + implementation(platform("io.ktor:ktor-bom:3.0.0-rc-1")) implementation("io.ktor:ktor-server-core") implementation("io.ktor:ktor-server-netty") implementation("io.ktor:ktor-server-call-logging")