Update threetenabp to the latest

This commit is contained in:
José Rebelo 2024-04-07 14:39:03 +01:00
parent a34964e712
commit 75dc546aa9
1 changed files with 2 additions and 2 deletions

View File

@ -269,8 +269,8 @@ dependencies {
// }
// JSR-310 timezones backport for Android, since we're still API 21
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.0'
testImplementation 'org.threeten:threetenbp:1.6.0'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7'
testImplementation 'org.threeten:threetenbp:1.6.9'
// Android SDK bundles org.json, but we need an actual implementation to replace the stubs in tests
testImplementation 'org.json:json:20240303'