Skip to content

Commit

Permalink
Update Jackson library to 2.18.2
Browse files Browse the repository at this point in the history
Closes: #431
  • Loading branch information
ghusta committed Dec 1, 2024
1 parent a09ef87 commit 951d9c9
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.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'

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

Expand Down

0 comments on commit 951d9c9

Please sign in to comment.