Skip to content

Commit

Permalink
Update Log4J from 2.6.2 to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 16, 2016
1 parent d91cf2e commit 10897df
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 @@ -113,9 +113,9 @@ dependencies {
compile 'com.mashape.unirest:unirest-java:1.4.9'
compile 'info.debatty:java-string-similarity:0.18'

compile 'org.apache.logging.log4j:log4j-jcl:2.6.2'
compile 'org.apache.logging.log4j:log4j-api:2.6.2'
compile 'org.apache.logging.log4j:log4j-core:2.6.2'
compile 'org.apache.logging.log4j:log4j-jcl:2.7'
compile 'org.apache.logging.log4j:log4j-api:2.7'
compile 'org.apache.logging.log4j:log4j-core:2.7'
compile 'org.xmlunit:xmlunit-core:2.2.1'
compile 'org.xmlunit:xmlunit-matchers:2.2.1'

Expand Down

0 comments on commit 10897df

Please sign in to comment.