Skip to content

Commit

Permalink
FIX #144 : Update Joda-Time to 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed Dec 12, 2019
1 parent 17537d9 commit 236ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-jackson:2.7.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.10.1'
implementation 'joda-time:joda-time:2.10.4'
implementation 'joda-time:joda-time:2.10.5'

testImplementation 'junit:junit:4.12'
testImplementation 'com.google.truth:truth:1.0'
Expand Down

0 comments on commit 236ff83

Please sign in to comment.