Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 2daeecc commit f064922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kotlin {
implementation("org.bouncycastle:bcprov-jdk18on:1.79")

// Logging
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("ch.qos.logback:logback-classic:1.5.13")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
Expand Down
2 changes: 1 addition & 1 deletion v16/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kotlin {
implementation("io.nayuki:qrcodegen:1.8.0")

// Logging
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("ch.qos.logback:logback-classic:1.5.13")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
Expand Down
2 changes: 1 addition & 1 deletion v201/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ kotlin {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")

// Logging
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("ch.qos.logback:logback-classic:1.5.13")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

// Sentry (Crash reporting)
Expand Down

0 comments on commit f064922

Please sign in to comment.