Skip to content

Commit

Permalink
build(deps): bump org.apache.logging.log4j:log4j-api
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-api from 2.23.0 to 2.23.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lzaoral committed Mar 18, 2024
1 parent 86de8a5 commit 2634f2f
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 @@ -30,7 +30,7 @@ dependencies {

// for logging
implementation 'org.slf4j:slf4j-api:2.0.12'
implementation 'org.apache.logging.log4j:log4j-api:2.23.0'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1'

Expand Down

0 comments on commit 2634f2f

Please sign in to comment.