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

Commit e689f7c

Browse files
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](mockito/mockito@v3.5.9...v3.5.10) Signed-off-by: dependabot[bot] <[email protected]> * Update lockfile Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Bjorge <[email protected]>
1 parent b453795 commit e689f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AccessibilityInsightsForAndroidService/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
lintClassPath 'org.bouncycastle:bcpkix-jdk15on:1.66'
5050
lintClassPath 'org.bouncycastle:bcprov-jdk15on:1.66'
5151
testImplementation 'junit:junit:4.13'
52-
testImplementation 'org.mockito:mockito-core:3.5.9'
52+
testImplementation 'org.mockito:mockito-core:3.5.10'
5353
testImplementation 'org.powermock:powermock-api-mockito2:2.0.7'
5454
testImplementation 'org.powermock:powermock-core:2.0.7'
5555
testImplementation 'org.powermock:powermock-module-junit4:2.0.7'

AccessibilityInsightsForAndroidService/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath
9090
org.jetbrains:annotations:13.0=lintClassPath
9191
org.jetbrains:annotations:15.0=debugAndroidTestRuntimeClasspath,debugRuntimeClasspath,debugUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
9292
org.jvnet.staxex:stax-ex:1.8=lintClassPath
93-
org.mockito:mockito-core:3.5.9=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
93+
org.mockito:mockito-core:3.5.10=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
9494
org.objenesis:objenesis:3.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
9595
org.ow2.asm:asm-analysis:7.0=lintClassPath
9696
org.ow2.asm:asm-commons:7.0=lintClassPath

0 commit comments

Comments
 (0)