From 39af56484bfe03f47f9f2be42ae9d1ee64aa7620 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 11:23:50 +0000 Subject: [PATCH] Bump threetenabp from 1.2.0 to 1.2.1 (#401) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 586e988cd..7d2a89c09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,7 +134,7 @@ dependencies { implementation "io.reactivex.rxjava2:rxjava:2.2.9" implementation 'com.google.code.gson:gson:2.8.5' - implementation "com.jakewharton.threetenabp:threetenabp:1.2.0" + implementation "com.jakewharton.threetenabp:threetenabp:1.2.1" implementation "com.jakewharton.timber:timber:4.7.1" implementation "at.favre.lib:slf4j-timber:1.0.1" implementation "com.squareup.okhttp3:logging-interceptor:3.12.3"