From 392116d1fe58c315073440ec582ba0205463a251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 Aug 2018 21:16:05 +0000 Subject: [PATCH] build(deps): bump threetenbp from 1.3.6 to 1.3.7 Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/ThreeTen/threetenbp/releases) - [Changelog](https://github.com/ThreeTen/threetenbp/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/ThreeTen/threetenbp/compare/v1.3.6...v1.3.7) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bcca6c1c6b..7199d593c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -114,7 +114,7 @@ dependencies { testImplementation 'junit:junit:4.12' testImplementation "io.mockk:mockk:1.8.6" - testImplementation 'org.threeten:threetenbp:1.3.6' + testImplementation 'org.threeten:threetenbp:1.3.7' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }