Skip to content

Commit

Permalink
Merge pull request #312 from raynigon/dependabot/gradle/org.slf4j-slf…
Browse files Browse the repository at this point in the history
…4j-api-2.0.12

Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12
  • Loading branch information
mergify[bot] authored Feb 6, 2024
2 parents 04f925e + bee30ae commit e77485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-logging-okhttp3/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation(project(':ecs-logging-base'))
implementation("org.slf4j:slf4j-api:2.0.11")
implementation("org.slf4j:slf4j-api:2.0.12")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
compileOnly("ch.qos.logback:logback-core")

Expand Down

0 comments on commit e77485a

Please sign in to comment.