Skip to content

Commit

Permalink
Merge pull request #9 from schibsted/log4j
Browse files Browse the repository at this point in the history
Upgrade log4j
  • Loading branch information
stiankri committed Jan 5, 2022
2 parents 0ee29cc + 5286717 commit b0d5adb
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 @@ -17,7 +17,7 @@ mainClassName = 'com.schibsted.security.artishock.ArtishockCli'
def version = '0.0.1'

dependencies {
implementation('org.apache.logging.log4j:log4j-core:2.13.1')
implementation('org.apache.logging.log4j:log4j-core:2.17.1')
implementation('org.slf4j:slf4j-simple:1.7.30')

implementation('com.google.guava:guava:30.0-jre')
Expand Down

0 comments on commit b0d5adb

Please sign in to comment.