Skip to content

Commit

Permalink
FIX #288 : Update Joda-Time to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed Aug 16, 2022
1 parent 58c8fa6 commit a692734
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 @@ -83,7 +83,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.3'
implementation 'joda-time:joda-time:2.10.14'
implementation 'joda-time:joda-time:2.11.0'

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.1.3'
Expand Down

0 comments on commit a692734

Please sign in to comment.