ENT-12045 - Updated Jackson (#7811)

This commit is contained in:
Chris Cochrane 2024-09-19 16:03:41 +01:00 committed by GitHub
parent f9599ed349
commit 64f900dc38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ buildscript {
ext.asm_version = '7.1'
ext.artemis_version = '2.6.2'
// TODO Upgrade to Jackson Kotlin 2.10+ only when corda is using kotlin 1.3.10
ext.jackson_version = '2.13.5'
ext.jackson_version = '2.17.2'
ext.jackson_kotlin_version = '2.9.7'
ext.jetty_version = '9.4.19.v20190610'
ext.jersey_version = '2.25'