From f59b6f0b014741a85bb6cdabde8afa995f7e6862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 Oct 2018 21:13:20 +0000 Subject: [PATCH] build(deps): bump threetenbp from 1.3.7 to 1.3.8 Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.3.7 to 1.3.8. - [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.7...v1.3.8) 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 37d213bb68..9388308684 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -124,7 +124,7 @@ dependencies { testImplementation 'junit:junit:4.12' testImplementation "io.mockk:mockk:1.8.9" - testImplementation 'org.threeten:threetenbp:1.3.7' + testImplementation 'org.threeten:threetenbp:1.3.8' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }