Upgrade Jackson to 2.13.2.20220328

Closes gh-2068
This commit is contained in:
Eleftheria Stein
2022-04-19 13:17:25 +02:00
parent 0a84f9d544
commit 36939c1b02
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
dependencyManagement {
imports {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.1'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2.20220328'
}
dependencies {