Skip to content

Commit

Permalink
chore(deps): update upgrade all non-major gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent d49b099 commit 9a15bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:3.0.2"))
implementation(platform("io.ktor:ktor-bom:3.0.3"))
implementation("io.ktor:ktor-server-core-jvm")
implementation("io.ktor:ktor-server-netty-jvm")
implementation("io.ktor:ktor-server-host-common-jvm")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencyResolutionManagement {

// Logback
create("logback") {
version("logback", "1.5.12")
version("logback", "1.5.13")
library("logback", "ch.qos.logback", "logback-classic").versionRef("logback")
bundle("implementation", listOf("logback"))
}
Expand Down

0 comments on commit 9a15bbd

Please sign in to comment.