Bump jackson data bind to 2.13.2

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

View file

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