Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-1.2-api in /carbonj.service (#793)
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-1.2-api from 2.22.0 to 2.22.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-1.2-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 Dec 27, 2023
1 parent 753f5ac commit d6480f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ description = 'CarbonJ Service Implementation'
dependencies {
implementation project(':cc-metrics-reporter')
// compile group: 'com.sfcc.um', name: 'metrics_reporter', version:'0.0.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.22.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.22.0'
implementation group: 'org.slf4j', name: 'slf4j-api'
Expand Down

0 comments on commit d6480f5

Please sign in to comment.