Skip to content

Commit

Permalink
Update Jackson library to 2.17.2
Browse files Browse the repository at this point in the history
Closes: #410
  • Loading branch information
Guillaume HUSTA committed Jul 9, 2024
1 parent 3e46cb0 commit 15795a8
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 @@ -87,8 +87,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.17.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'

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

Expand Down

0 comments on commit 15795a8

Please sign in to comment.