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 20, 2024
1 parent d49b099 commit 4897824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencyResolutionManagement {

// Kotlin coroutines
create("coroutines") {
version("coroutines", "1.9.0")
version("coroutines", "1.10.1")
library("platform", "org.jetbrains.kotlinx", "kotlinx-coroutines-bom").versionRef("coroutines")
library("core", "org.jetbrains.kotlinx", "kotlinx-coroutines-core").withoutVersion()
library("jdk8", "org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8").withoutVersion()
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencyResolutionManagement {

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

0 comments on commit 4897824

Please sign in to comment.