Skip to content

Commit

Permalink
Bump log4j-api from 2.7 to 2.17.1 in /load-generator
Browse files Browse the repository at this point in the history
Bumps log4j-api from 2.7 to 2.17.1.

---
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]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2022
1 parent 9087503 commit aaf7fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.6.2'

// log
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'

// local project can't be referenced in Dockerfile
Expand Down

0 comments on commit aaf7fad

Please sign in to comment.