mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Upgrade jackson_version
to 2.9.7
(#5261)
`jackson-module-kotlin` version `2.9.5` was causing runtime errors. Updating to `2.9.7` resolved these errors. The dependency was not updated to a more recent version as they require kotlin 1.3.
This commit is contained in:
parent
c1542f386a
commit
5e48ad0f52
@ -43,7 +43,7 @@ buildscript {
|
||||
ext.asm_version = '7.1'
|
||||
ext.artemis_version = '2.6.2'
|
||||
// TODO Upgrade Jackson only when corda is using kotlin 1.3.10
|
||||
ext.jackson_version = '2.9.5'
|
||||
ext.jackson_version = '2.9.7'
|
||||
ext.jetty_version = '9.4.19.v20190610'
|
||||
ext.jersey_version = '2.25'
|
||||
ext.servlet_version = '4.0.1'
|
||||
|
Loading…
Reference in New Issue
Block a user