update 3rd-party libraries

This commit is contained in:
2017-09-23 18:24:51 +02:00
parent c9ff8b5586
commit 347f1fdc74
5 changed files with 20 additions and 20 deletions

View File

@@ -7,10 +7,10 @@ dependencies {
antlr "org.antlr:antlr4:4.7"
compile 'org.lucares:primitiveCollections:0.1.20170205141947'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'org.apache.commons:commons-lang3:3.6'
compile 'org.apache.logging.log4j:log4j-core:2.8.2'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
compile 'org.apache.logging.log4j:log4j-core:2.9.1'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.1'
}
sourceSets {