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

Commit

Permalink
fix(deps): 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 12, 2023
1 parent 19ed20e commit 17e87e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/comet-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("ch.qos.logback:logback-classic:1.4.6")
implementation("ch.qos.logback:logback-classic:1.4.11")

// Kotlinx
implementation("org.jetbrains.kotlinx:atomicfu:0.20.1")
Expand Down

0 comments on commit 17e87e6

Please sign in to comment.