Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-bom from 2.23.1 to 2.24.0 (#297)
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.23.1 to 2.24.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.23.1...rel/2.24.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 Sep 10, 2024
1 parent 536d7af commit edcde75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allure-notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.23.1')
implementation platform(group: 'org.apache.logging.log4j', name: 'log4j-bom', version: '2.24.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 edcde75

Please sign in to comment.