Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-api from 2.20.0 to 2.21.0
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-api from 2.20.0 to 2.21.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]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent dbf4def commit 9065ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.21.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0'

testImplementation "org.mockito:mockito-core:5.6.0"
Expand Down

0 comments on commit 9065ccf

Please sign in to comment.