Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.2
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.2.

---
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 Nov 22, 2024
1 parent 148efb5 commit 4ade516
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.17.2'

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.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.23.1'

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

0 comments on commit 4ade516

Please sign in to comment.