Bump jackson data bind to 2.13.2.2

This commit is contained in:
Paul Schaub 2022-04-26 01:28:04 +02:00
parent 8327751be9
commit 66730d4312
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,8 @@ allprojects {
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
jacksonDataBindVersion = '2.13.2'
jacksonDataBindVersion = '2.13.2.2'
jacksonDataFormatXmlVersion = '2.13.2'
junitVersion = '5.8.2'
junitSysExitVersion = '1.1.2'
jsrVersion = '3.0.2'