Bump jackson-databind to 2.15.2

This commit is contained in:
Paul Schaub 2023-07-07 12:35:49 +02:00
parent 873ca84af8
commit 81d0c73adc
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 2 deletions

View File

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