diff --git a/sormas-app/app/build.gradle b/sormas-app/app/build.gradle index 8a9e70e69d1..c8026224cca 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -125,7 +125,7 @@ dependencies { implementation(name: 'CircleProgress-v1.2.1', ext: 'aar') implementation 'io.reactivex:rxandroid:1.0.1' implementation 'io.reactivex:rxjava:1.0.14' - implementation 'com.fasterxml.jackson.core:jackson-core:2.12.4' + implementation 'com.fasterxml.jackson.core:jackson-core:2.15.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.4' implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version" implementation "androidx.paging:paging-runtime:$paging_version"