Upgrade jackson-dataformat-msgpack to 0.8.16
This commit is contained in:
parent
fe3ebceba9
commit
a411f7cc5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue