upgrade to jackson 2.17 (#1318)

This commit is contained in:
PJ Fanning 2024-05-07 14:28:52 +01:00 committed by GitHub
parent 42ea8099b5
commit 977e3091ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View file

@ -37,7 +37,7 @@ object Dependencies {
val nettyVersion = "4.1.109.Final"
val logbackVersion = "1.3.14"
val jacksonCoreVersion = "2.16.2"
val jacksonCoreVersion = "2.17.1"
val jacksonDatabindVersion = jacksonCoreVersion
val scala212Version = "2.12.19"