Skip to content

Commit

Permalink
fix(deps): update logback packages to v1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent 95ce367 commit 3d15624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log-appender/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ java {
dependencies {
// Slf4J / logback
implementation("org.slf4j:slf4j-api:2.0.16")
implementation("ch.qos.logback:logback-core:1.5.14")
implementation("ch.qos.logback:logback-classic:1.5.14")
implementation("ch.qos.logback:logback-core:1.5.16")
implementation("ch.qos.logback:logback-classic:1.5.16")

// JUL to SLF4J bridge
implementation("org.slf4j:jul-to-slf4j:2.0.16")
Expand Down

0 comments on commit 3d15624

Please sign in to comment.