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

@@ -1,7 +1,7 @@
dependencies {
compile project(':performanceDb')
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.8'
compile 'com.google.guava:guava:21.0'
}
dependencies {
compile project(':performanceDb')
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.1'
compile 'com.google.guava:guava:23.0'
}