Skip to content

Commit

Permalink
Bump com.jakewharton.threetenabp:threetenabp from 1.4.4 to 1.4.6
Browse files Browse the repository at this point in the history
Bumps [com.jakewharton.threetenabp:threetenabp](https://github.com/JakeWharton/ThreeTenABP) from 1.4.4 to 1.4.6.
- [Release notes](https://github.com/JakeWharton/ThreeTenABP/releases)
- [Changelog](https://github.com/JakeWharton/ThreeTenABP/blob/trunk/CHANGELOG.md)
- [Commits](JakeWharton/ThreeTenABP@1.4.4...1.4.6)

---
updated-dependencies:
- dependency-name: com.jakewharton.threetenabp:threetenabp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 09081f3 commit 076d095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-partial-users/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation coroutinesCore

implementation 'com.jakewharton.threetenabp:threetenabp:1.4.4'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.6'
implementation okHttpLoggingInterceptor
implementation 'com.squareup.okio:okio:3.3.0'

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {
implementation dagger

implementation retrofit
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.4'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.6'
implementation okHttpLoggingInterceptor

implementation 'com.jakewharton.timber:timber:5.0.1'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'org.threeten:threetenbp:1.5.1:no-tzdb'

implementation 'com.jakewharton.threetenabp:threetenabp:1.4.4'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.6'
implementation fresco

kapt daggerAnnotationProcessor
Expand Down

0 comments on commit 076d095

Please sign in to comment.