Upgrade Jackson to 2.13.1

Closes gh-2033
This commit is contained in:
Eleftheria Stein
2022-02-22 10:26:38 +01:00
parent 3995f8bf65
commit 0484781541
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.0'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.1'
}
dependencies {