From ec630ad1b1e2ae83a17bd1b24282180f30d5e408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:12:19 +0000 Subject: [PATCH] Bump test-butler-library from 1.3.1 to 2.1.1 Bumps [test-butler-library](https://github.com/linkedin/test-butler) from 1.3.1 to 2.1.1. - [Release notes](https://github.com/linkedin/test-butler/releases) - [Changelog](https://github.com/linkedin/test-butler/blob/master/CHANGELOG.md) - [Commits](https://github.com/linkedin/test-butler/compare/1.3.1...2.1.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 bd8a0da29..ed45c7d4f 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { 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.testbutler:test-butler-library:1.3.1") + androidTestImplementation("com.linkedin.testbutler:test-butler-library:2.1.1") androidTestImplementation("io.ktor:ktor-client-mock:$ktorVersion") androidTestImplementation("io.ktor:ktor-jackson:$ktorVersion") androidTestImplementation("org.mockito:mockito-core:2.28.2")