Skip to content

Commit

Permalink
Update Log4J 2.6 to 2.6.1 (and add it to external-libraries.txt)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 27, 2016
1 parent 1cda9de commit 1b41b07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ dependencies {
compile 'com.mashape.unirest:unirest-java:1.4.9'
compile 'info.debatty:java-string-similarity:0.13'

compile 'org.apache.logging.log4j:log4j-jcl:2.6'
compile 'org.apache.logging.log4j:log4j-api:2.6'
compile 'org.apache.logging.log4j:log4j-core:2.6'
compile 'org.apache.logging.log4j:log4j-jcl:2.6.1'
compile 'org.apache.logging.log4j:log4j-api:2.6.1'
compile 'org.apache.logging.log4j:log4j-core:2.6.1'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
Expand Down
5 changes: 5 additions & 0 deletions external-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ Project: Glazed Lists
URL: http://www.glazedlists.com/
License: LPGL 2.1! (not explicitly, but no comments in the source header) and MPL

Id: org.apache.logging.log4j
Project: Apache Log2j 2
URL: http://logging.apache.org/log4j/2.x/
License: Apache 2.0

Id: org.apache.pdfbox:fontbox
Project: Apache PDFBox
URL: http://pdfbox.apache.org
Expand Down

0 comments on commit 1b41b07

Please sign in to comment.