From 8888f3ac04fa2fe97153b41f51ea5784402429d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:53:18 +0000 Subject: [PATCH] Bump io.ktor:ktor-bom in /api in the ktor group across 1 directory Bumps the ktor group with 1 update in the /api directory: [io.ktor:ktor-bom](https://github.com/ktorio/ktor). Updates `io.ktor:ktor-bom` from 3.0.0-beta-2 to 3.0.0 - [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/3.0.0-beta-2...3.0.0) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/build.gradle.kts b/api/app/build.gradle.kts index 124e918..c391db9 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")) implementation("io.ktor:ktor-server-test-host") } }