From b6311e5ade9a86e37717e34fb5b6097647df8996 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 17:43:21 +0000 Subject: [PATCH 1/3] Bump core from 1.1.0 to 1.2.0 Bumps core from 1.1.0 to 1.2.0. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e40743408..a6041167d6 100644 --- a/build.gradle +++ b/build.gradle @@ -295,7 +295,7 @@ dependencies { // dependencies for local unit tests testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.28.2' - testImplementation 'androidx.test:core:1.1.0' + testImplementation 'androidx.test:core:1.2.0' testImplementation 'org.powermock:powermock-core:2.0.2' testImplementation 'org.powermock:powermock-module-junit4:2.0.2' testImplementation 'org.powermock:powermock-api-mockito2:2.0.2' From 71d5d501efbbfb042ab530816923378ef72e32d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 17:42:15 +0000 Subject: [PATCH 2/3] Bump rules from 1.1.1 to 1.2.0 Bumps rules from 1.1.1 to 1.2.0. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a6041167d6..a945c26522 100644 --- a/build.gradle +++ b/build.gradle @@ -305,7 +305,7 @@ dependencies { // dependencies for instrumented tests // JUnit4 Rules androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test:rules:1.1.1' + androidTestImplementation 'androidx.test:rules:1.2.0' // Android JUnit Runner androidTestImplementation 'androidx.test:runner:1.1.1' From 3bde11e6a3e15c712471f6aeac0dbe911ba7ee41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 17:42:39 +0000 Subject: [PATCH 3/3] Bump runner from 1.1.1 to 1.2.0 Bumps runner from 1.1.1 to 1.2.0. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a945c26522..209f05c12b 100644 --- a/build.gradle +++ b/build.gradle @@ -307,7 +307,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test:rules:1.2.0' // Android JUnit Runner - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.2.0' // Espresso core androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'