Skip to content

Commit

Permalink
chore(deps): update dependency io.ktor:ktor-bom to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent ec44902 commit 4f23ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation(coroutines.bundles.implementation)

// Core
implementation(platform("io.ktor:ktor-bom:2.3.13"))
implementation(platform("io.ktor:ktor-bom:3.0.2"))
implementation("io.ktor:ktor-server-core-jvm")
implementation("io.ktor:ktor-server-netty-jvm")
implementation("io.ktor:ktor-server-host-common-jvm")
Expand Down

0 comments on commit 4f23ef2

Please sign in to comment.