Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-to-slf4j from 2.22.1 to 2.23.0 (#…
Browse files Browse the repository at this point in the history
…10921)

Bumps org.apache.logging.log4j:log4j-to-slf4j from 2.22.1 to 2.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 9bce374 commit fec8106
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 @@ -195,7 +195,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.22.1'
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.23.0'

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

0 comments on commit fec8106

Please sign in to comment.