update java, gradle and third party libs

This commit is contained in:
2018-09-29 09:08:29 +02:00
parent 24fcfd7763
commit f07977c27a
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ dependencies {
compile project(':pdb-api')
compile project(':data-store')
compile project(':file-utils')
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
compile 'org.apache.commons:commons-collections4:4.2'