Skip to content

Commit

Permalink
Update Jackson library to 2.15.0
Browse files Browse the repository at this point in the history
Closes: #341
  • Loading branch information
Guillaume Husta committed May 1, 2023
1 parent 14bfd9b commit c9a84fa
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 @@ -88,8 +88,8 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0'

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

Expand Down

0 comments on commit c9a84fa

Please sign in to comment.