From bc623f044d29b08d3e3d3aee502248e0a77f642e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 07:58:28 +0000 Subject: [PATCH] Bump dexmaker-mockito from 2.28.0 to 2.28.1 Bumps [dexmaker-mockito](https://github.com/linkedin/dexmaker) from 2.28.0 to 2.28.1. - [Release notes](https://github.com/linkedin/dexmaker/releases) - [Changelog](https://github.com/linkedin/dexmaker/blob/master/CHANGELOG.md) - [Commits](https://github.com/linkedin/dexmaker/compare/2.28.0...2.28.1) Signed-off-by: dependabot[bot] --- uhabits-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index f30e78d4b..04aed359b 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { androidTestImplementation("androidx.test.espresso:espresso-contrib:$espressoVersion") androidTestImplementation("androidx.test.espresso:espresso-core:$espressoVersion") androidTestImplementation("com.google.dagger:dagger:$daggerVersion") - androidTestImplementation("com.linkedin.dexmaker:dexmaker-mockito:2.28.0") + androidTestImplementation("com.linkedin.dexmaker:dexmaker-mockito:2.28.1") androidTestImplementation("com.linkedin.testbutler:test-butler-library:2.2.1") androidTestImplementation("io.ktor:ktor-client-mock:$ktorVersion") androidTestImplementation("io.ktor:ktor-jackson:$ktorVersion")