Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-api from 2.20.0 to 2.23.1
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-api from 2.20.0 to 2.23.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent cd771f6 commit 25b29c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

// Project-specific dependencies
// Log4j 2
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.23.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0'

// For Log4j2 Async Logging
Expand Down

0 comments on commit 25b29c7

Please sign in to comment.