Skip to content

Commit

Permalink
Bump log4jVersion from 2.22.0 to 2.22.1
Browse files Browse the repository at this point in the history
Bumps `log4jVersion` from 2.22.0 to 2.22.1.

Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.22.1

Updates `org.apache.logging.log4j:log4j-jcl` from 2.22.0 to 2.22.1

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.22.0 to 2.22.1

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-jcl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent d2f01fb commit 738605a
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 @@ -5,7 +5,7 @@ buildscript {
junit5PlatformVersion = '1.10.1'

slf4jVersion = '2.0.11' // http://www.slf4j.org/download.html
log4jVersion = '2.22.0' // https://logging.apache.org/log4j/2.x/javadoc.html
log4jVersion = '2.22.1' // https://logging.apache.org/log4j/2.x/javadoc.html
// Note: Since Jackson 2.14, Android SDK 26 is required
// https://github.com/FasterXML/jackson/wiki/Jackson-Releases
jacksonVersion = '2.16.1' // https://github.com/FasterXML/jackson-databind/tags
Expand Down

0 comments on commit 738605a

Please sign in to comment.