Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

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] authored Aug 9, 2023
1 parent e5d2b91 commit 0c6a8ae
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 @@ -51,7 +51,7 @@ kotlin {
implementation("io.ktor:ktor-client-cio:1.6.8")

implementation("ch.qos.logback:logback-core:1.4.1")
implementation("ch.qos.logback:logback-classic:1.4.1")
implementation("ch.qos.logback:logback-classic:1.4.11")
implementation("org.fusesource.jansi:jansi:2.4.0")
}
}
Expand Down

0 comments on commit 0c6a8ae

Please sign in to comment.