Skip to content

Commit

Permalink
Merge pull request #175 from wildmountainfarms/dependabot/gradle/log4…
Browse files Browse the repository at this point in the history
…jVersion-2.21.0

Bump log4jVersion from 2.20.0 to 2.21.0
  • Loading branch information
retrodaredevil committed Oct 23, 2023
2 parents 8632fd4 + 64072ef commit d26e1f3
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.0'

slf4jVersion = '2.0.7' // http://www.slf4j.org/download.html
log4jVersion = '2.20.0' // https://logging.apache.org/log4j/2.x/javadoc.html
log4jVersion = '2.21.0' // 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.15.2' // https://github.com/FasterXML/jackson-databind/tags
Expand Down

0 comments on commit d26e1f3

Please sign in to comment.