Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump mockito-core from 3.5.9 to 3.5.10 in /Accessibility…
Browse files Browse the repository at this point in the history
…InsightsForAndroidService/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](mockito/mockito@v3.5.9...v3.5.10)

Signed-off-by: dependabot[bot] <support@github.com>

* Update lockfile

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Bjorge <dan@dbjorge.net>
  • Loading branch information
dependabot[bot] and dbjorge authored Sep 4, 2020
1 parent b453795 commit e689f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AccessibilityInsightsForAndroidService/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion AccessibilityInsightsForAndroidService/app/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e689f7c

Please sign in to comment.