Skip to content

Commit

Permalink
build(deps): bump version_log4j from 2.19.0 to 2.20.0
Browse files Browse the repository at this point in the history
Bumps `version_log4j` from 2.19.0 to 2.20.0.

Updates `org.apache.logging.log4j:log4j-core` from 2.19.0 to 2.20.0
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](apache/logging-log4j2@rel/2.19.0...rel/2.20.0)

Updates `org.apache.logging.log4j:log4j-jcl` from 2.19.0 to 2.20.0
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](apache/logging-log4j2@rel/2.19.0...rel/2.20.0)

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.19.0 to 2.20.0
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](apache/logging-log4j2@rel/2.19.0...rel/2.20.0)

Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.19.0 to 2.20.0
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](apache/logging-log4j2@rel/2.19.0...rel/2.20.0)

Updates `org.apache.logging.log4j:log4j-jul` from 2.19.0 to 2.20.0
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](apache/logging-log4j2@rel/2.19.0...rel/2.20.0)

Updates `org.apache.logging.log4j:log4j-api` from 2.19.0 to 2.20.0
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](apache/logging-log4j2@rel/2.19.0...rel/2.20.0)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-jcl
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-1.2-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-jul
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and outofcoffee committed Feb 13, 2024
1 parent c8d49eb commit cb3708b
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 @@ -8,7 +8,7 @@ allprojects {
buildscript {
ext {
version_kotlin = '1.7.20'
version_log4j = '2.19.0'
version_log4j = '2.20.0'
version_jackson = '2.13.4'
version_guava = '18.0'
version_guice = '4.1.0'
Expand Down

0 comments on commit cb3708b

Please sign in to comment.