Skip to content

Commit

Permalink
Update Ktor to v2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 01567af commit be4f6bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ repositories {

dependencies {
// Ktor
implementation("io.ktor:ktor-server-core:2.3.9")
implementation("io.ktor:ktor-server-netty:2.3.9")
implementation("io.ktor:ktor-server-content-negotiation:2.3.9")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.9")
implementation("io.ktor:ktor-server-core:2.3.13")
implementation("io.ktor:ktor-server-netty:2.3.13")
implementation("io.ktor:ktor-server-content-negotiation:2.3.13")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.13")

// Logback
implementation("ch.qos.logback:logback-classic:1.5.3")
Expand All @@ -39,8 +39,8 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.23")

// Ktor
testImplementation("io.ktor:ktor-server-tests:2.3.9")
testImplementation("io.ktor:ktor-server-test-host:2.3.9")
testImplementation("io.ktor:ktor-server-tests:2.3.13")
testImplementation("io.ktor:ktor-server-test-host:2.3.13")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit be4f6bd

Please sign in to comment.