Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-bom from 2.22.1 to 2.23.0 (#256)
Browse files Browse the repository at this point in the history
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc)
- [Commits](apache/logging-log4j2@rel/2.22.1...rel/2.23.0)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
  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] authored Feb 22, 2024
1 parent bac886c commit be8693d
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 {
implementation('org.slf4j:jul-to-slf4j') // Java Util Logging -> SLF4J
implementation('org.slf4j:jcl-over-slf4j') // commons-logging -> SLF4J

implementation platform(group: 'org.apache.logging.log4j', name: 'log4j-bom', version: '2.22.1')
implementation platform(group: 'org.apache.logging.log4j', name: 'log4j-bom', version: '2.23.0')
implementation(group: 'org.apache.logging.log4j', name: 'log4j-api')
implementation(group: 'org.apache.logging.log4j', name: 'log4j-core')
implementation(group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl')
Expand Down

0 comments on commit be8693d

Please sign in to comment.