Skip to content

Commit

Permalink
Updates log4j to version 2.17.1 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Emilio Larrambebere <[email protected]>
  • Loading branch information
TPRobots and emilio-larrambebere-TP authored Jan 25, 2022
1 parent 99d078f commit 6bb4148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ allprojects {
testCompile "com.google.code.gson:gson:2.8.6"

testCompile group: 'org.mockito', name: 'mockito-junit-jupiter', version: '2.26.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.1'
}

test {
Expand Down

0 comments on commit 6bb4148

Please sign in to comment.