Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 in /cc-metrics-reporter (
Browse files Browse the repository at this point in the history
#979)

Bumps org.slf4j:slf4j-api from 2.0.15 to 2.0.16.

---
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 Aug 12, 2024
1 parent a5f3fbc commit 0a10bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc-metrics-reporter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.23.1'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.15'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.26'
Expand Down

0 comments on commit 0a10bac

Please sign in to comment.