Skip to content

Commit

Permalink
fix(deps): update logback packages to v1.5.14 (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent d0d83cf commit 2d3c164
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.13")
implementation("ch.qos.logback:logback-classic:1.5.13")
implementation("ch.qos.logback:logback-core:1.5.14")
implementation("ch.qos.logback:logback-classic:1.5.14")

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

0 comments on commit 2d3c164

Please sign in to comment.