Upgrade jackson-dataformat-msgpack to 0.8.16

This commit is contained in:
Tyler Benson 2019-01-16 13:46:20 -05:00
parent fe3ebceba9
commit a411f7cc5e
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ dependencies {
compile deps.jackson
compile deps.slf4j
// any higher versions seems to break ES tests with this exception:
// java.lang.NoSuchMethodError: com.fasterxml.jackson.dataformat.smile.SmileGenerator.getOutputContext()
compile group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.8.14'
compile group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.8.16'
// We have autoservices defined in test subtree, looks like we need this to be able to properly rebuild this
testAnnotationProcessor deps.autoservice