Update Jackson databind in ingest-converter tool (#13900) (#13917)

Backport PR #13900 to 7.17 branch

(cherry picked from commit 32675c1a88)

Co-authored-by: Andrea Selva <selva.andre@gmail.com>
This commit is contained in:
github-actions[bot] 2022-03-18 13:10:05 +00:00 committed by GitHub
parent 898da5f41b
commit 7df02cc828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ buildscript {
dependencies {
implementation 'net.sf.jopt-simple:jopt-simple:4.6'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2'
testImplementation "junit:junit:4.12"
testImplementation 'commons-io:commons-io:2.5'
}