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

@@ -4,11 +4,11 @@ dependencies {
compile project(':data-store')
compile project(':file-utils')
//compile 'org.lucares:ludb:1.0.20170408081113'
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.8'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.1'
compile 'org.apache.commons:commons-collections4:4.1'
compile 'org.apache.logging.log4j:log4j-api:2.8.2'
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-api:2.9.1'
compile 'org.apache.logging.log4j:log4j-core:2.9.1'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.1'
}