From: Damyan Ivanov Date: Sun, 9 Jun 2024 19:00:45 +0000 (+0300) Subject: bump fasterxml library version X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=82186b101a432dd2734bdea72e10ce118aa875a1;p=mobile-ledger.git bump fasterxml library version --- diff --git a/app/build.gradle b/app/build.gradle index 442da8e0..c622ec22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.0-alpha02' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha05' implementation 'org.jetbrains:annotations:23.0.0' - implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.13.2' + implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.17.1' implementation "androidx.navigation:navigation-fragment:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version" implementation 'androidx.appcompat:appcompat:1.6.0-alpha01'