Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2023
1 parent afcc848 commit f0ce127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-appender/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext.moduleName = "io.opentelemetry.examples.log-appender"

dependencies {
// Slf4J / logback
implementation("org.slf4j:slf4j-api:2.0.6")
implementation("org.slf4j:slf4j-api:2.0.7")
implementation("ch.qos.logback:logback-core:1.4.5")
implementation("ch.qos.logback:logback-classic:1.4.5")

Expand Down

0 comments on commit f0ce127

Please sign in to comment.