From 8e8cc59ff43816dbcd6b127e495e7e7bc2b236ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 08:28:50 +0000 Subject: [PATCH] Bump threetenbp from 1.4.5 to 1.5.0 Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.4.5 to 1.5.0. - [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.4.5...v1.5.0) 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 5302c710..17dfe435 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,7 +134,7 @@ dependencies { testImplementation 'junit:junit:4.13' testImplementation 'javax.inject:javax.inject:1' testImplementation 'org.mockito:mockito-core:3.5.13' - testImplementation 'org.threeten:threetenbp:1.4.5' // to fix failures with three ten db + testImplementation 'org.threeten:threetenbp:1.5.0' // to fix failures with three ten db androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' androidTestImplementation 'androidx.test:runner:1.3.0'