Skip to content

Commit

Permalink
Bump mockito-junit-jupiter in /android-emulator-plugin
Browse files Browse the repository at this point in the history
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.9.0...v4.10.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 16, 2022
1 parent da77434 commit 5259a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-emulator-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
testImplementation "com.android.tools.build:gradle:$ANDROID_GRADLE_PLUGIN_VERSION"
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.1'
testImplementation 'org.mockito:mockito-junit-jupiter:4.9.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.10.0'
}

test {
Expand Down

0 comments on commit 5259a40

Please sign in to comment.