Skip to content

Commit

Permalink
Update logback packages to v1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 9a42295 commit 09748b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log-appender/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ext.moduleName = "io.opentelemetry.examples.log-appender"
dependencies {
// Slf4J / logback
implementation("org.slf4j:slf4j-api:2.0.7")
implementation("ch.qos.logback:logback-core:1.4.9")
implementation("ch.qos.logback:logback-classic:1.4.9")
implementation("ch.qos.logback:logback-core:1.4.10")
implementation("ch.qos.logback:logback-classic:1.4.10")

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

0 comments on commit 09748b9

Please sign in to comment.