Upgrade Jackson to 2.13.0

This commit is contained in:
Scott Frederick
2021-11-03 14:07:50 -05:00
parent 9c8c0ba67b
commit 98207f2f02

View File

@@ -12,7 +12,7 @@ buildscript {
apply plugin: 'com.github.johnrengelman.shadow'
ext {
jacksonVersion = "2.10.0"
jacksonVersion = "2.13.0"
}
dependencies {