Skip to content

Commit

Permalink
Update Jackson library to 2.18.1
Browse files Browse the repository at this point in the history
Closes: #424
  • Loading branch information
ghusta committed Oct 30, 2024
1 parent f4510a2 commit 67ea417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-jackson:2.11.0'
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.11.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'

Expand Down

0 comments on commit 67ea417

Please sign in to comment.