Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-to-slf4j from 2.23.0 to 2.23.1
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-to-slf4j from 2.23.0 to 2.23.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 7bf2b0e commit 6e0dcad
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 @@ -196,7 +196,7 @@ dependencies {
// route all requests to java.util.logging to SLF4J (which in turn routes to tinylog)
implementation 'org.slf4j:jul-to-slf4j:2.0.9'
// route all requests to log4j to SLF4J
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.23.0'
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.23.1'

implementation('de.undercouch:citeproc-java:3.0.0-beta.2') {
exclude group: 'org.antlr'
Expand Down

0 comments on commit 6e0dcad

Please sign in to comment.