update to current jackson 2.9.9, 2.9.9.2

This commit is contained in:
Jörg Prante 2019-08-08 21:48:55 +02:00
parent 5c826041b6
commit 22658af20e
2 changed files with 3 additions and 1 deletions

View file

@ -2,4 +2,5 @@ dependencies {
compile project(':content-core')
compile project(':content-resource')
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${project.property('jackson.version')}"
compile "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson-databind.version')}"
}

View file

@ -3,7 +3,8 @@ name = content
version = 2.0.0
xbib-net.version = 2.0.0
jackson.version = 2.8.11
jackson.version = 2.9.9
jackson-databind.version = 2.9.9.2
# test
junit.version = 4.12