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

Commit ac9837c

Browse files
[quick_actions]: Bump mockito-core
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.2.4...v4.6.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f98c9c7 commit ac9837c

File tree

1 file changed

+1
-1
lines changed
  • packages/quick_actions/quick_actions_android/android

1 file changed

+1
-1
lines changed

packages/quick_actions/quick_actions_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535

3636
dependencies {
3737
testImplementation 'junit:junit:4.12'
38-
testImplementation 'org.mockito:mockito-core:3.2.4'
38+
testImplementation 'org.mockito:mockito-core:4.6.1'
3939
}
4040

4141
compileOptions {

0 commit comments

Comments
 (0)