Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-api in /cc-metrics-reporter (#1002)
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 9, 2024
1 parent a6bdee0 commit 58ca946
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 @@ -29,7 +29,7 @@ repositories {


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

0 comments on commit 58ca946

Please sign in to comment.