Skip to content

Commit

Permalink
Bump log4.version from 2.19.0 to 2.20.0 (#34)
Browse files Browse the repository at this point in the history
Bumps `log4.version` from 2.19.0 to 2.20.0.

Updates `log4j-core` from 2.19.0 to 2.20.0
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [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 `log4j-slf4j-impl` from 2.19.0 to 2.20.0
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [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-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2023
1 parent 8eeb20e commit 658aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<junit.version>5.9.2</junit.version>
<log4.version>2.19.0</log4.version>
<log4.version>2.20.0</log4.version>
<lombock.version>1.18.26</lombock.version>
<wiremock.version>2.33.2</wiremock.version>
<logstash.version>1.7</logstash.version>
Expand Down

0 comments on commit 658aa76

Please sign in to comment.