Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent 9fa867e commit 17ba467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
@Suppress("LocalVariableName")
val ktor_version = "2.3.3"
@Suppress("LocalVariableName")
val logback_version = "1.4.9"
val logback_version = "1.4.11"

// Ktor server
implementation("io.ktor:ktor-server-core:$ktor_version")
Expand Down

0 comments on commit 17ba467

Please sign in to comment.