Skip to content

Commit b0d5adb

Browse files
authored
Merge pull request #9 from schibsted/log4j
Upgrade log4j
2 parents 0ee29cc + 5286717 commit b0d5adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mainClassName = 'com.schibsted.security.artishock.ArtishockCli'
1717
def version = '0.0.1'
1818

1919
dependencies {
20-
implementation('org.apache.logging.log4j:log4j-core:2.13.1')
20+
implementation('org.apache.logging.log4j:log4j-core:2.17.1')
2121
implementation('org.slf4j:slf4j-simple:1.7.30')
2222

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

0 commit comments

Comments
 (0)