From e689f7c95a30e433befaea739c3ce6ba097d0539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 14:40:07 -0400 Subject: [PATCH] chore(deps): bump mockito-core from 3.5.9 to 3.5.10 in /AccessibilityInsightsForAndroidService/app (#46) * chore(deps): bump mockito-core Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.9 to 3.5.10. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.9...v3.5.10) Signed-off-by: dependabot[bot] * Update lockfile Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Bjorge --- AccessibilityInsightsForAndroidService/app/build.gradle | 2 +- AccessibilityInsightsForAndroidService/app/gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AccessibilityInsightsForAndroidService/app/build.gradle b/AccessibilityInsightsForAndroidService/app/build.gradle index d1bd0402..081956f1 100644 --- a/AccessibilityInsightsForAndroidService/app/build.gradle +++ b/AccessibilityInsightsForAndroidService/app/build.gradle @@ -49,7 +49,7 @@ dependencies { lintClassPath 'org.bouncycastle:bcpkix-jdk15on:1.66' lintClassPath 'org.bouncycastle:bcprov-jdk15on:1.66' testImplementation 'junit:junit:4.13' - testImplementation 'org.mockito:mockito-core:3.5.9' + testImplementation 'org.mockito:mockito-core:3.5.10' testImplementation 'org.powermock:powermock-api-mockito2:2.0.7' testImplementation 'org.powermock:powermock-core:2.0.7' testImplementation 'org.powermock:powermock-module-junit4:2.0.7' diff --git a/AccessibilityInsightsForAndroidService/app/gradle.lockfile b/AccessibilityInsightsForAndroidService/app/gradle.lockfile index 838d9d8d..e709401a 100644 --- a/AccessibilityInsightsForAndroidService/app/gradle.lockfile +++ b/AccessibilityInsightsForAndroidService/app/gradle.lockfile @@ -90,7 +90,7 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:15.0=debugAndroidTestRuntimeClasspath,debugRuntimeClasspath,debugUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.jvnet.staxex:stax-ex:1.8=lintClassPath -org.mockito:mockito-core:3.5.9=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath +org.mockito:mockito-core:3.5.10=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.objenesis:objenesis:3.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.ow2.asm:asm-analysis:7.0=lintClassPath org.ow2.asm:asm-commons:7.0=lintClassPath