Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#82)
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.10 to 2.0.11.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 8d4dd2c commit 9158c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation(libs.jaeger.thrift)

implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("org.slf4j:slf4j-api:2.0.10")
implementation("org.slf4j:slf4j-api:2.0.11")

implementation("io.springfox:springfox-swagger2:${swaggerVersion}")
implementation("io.springfox:springfox-swagger-ui:${swaggerVersion}")
Expand Down

0 comments on commit 9158c6b

Please sign in to comment.