Skip to content

Commit

Permalink
chore(deps): bump ch.qos.logback:logback-classic (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent c8d9924 commit 5fcfab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/ktor-hello-world/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("io.ktor:ktor-server-call-logging:2.3.8")
implementation("io.ktor:ktor-server-default-headers:2.3.8")
implementation("io.ktor:ktor-server-cio:2.3.8")
runtimeOnly("ch.qos.logback:logback-classic:1.5.0")
runtimeOnly("ch.qos.logback:logback-classic:1.5.2")
}

kotlin {
Expand Down

0 comments on commit 5fcfab7

Please sign in to comment.