Skip to content

Commit

Permalink
Bump io.ktor:ktor-bom in /api in the ktor group
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 76b75e1 commit aa5a643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand All @@ -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")
}
Expand Down Expand Up @@ -87,7 +87,7 @@ tasks.withType<ShadowJar> {
}

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")
Expand Down

0 comments on commit aa5a643

Please sign in to comment.