mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 22:33:11 +08:00
[pigeon]: Bump mockito-core (#3110)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.+ to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits/v5.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -47,6 +47,6 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation 'junit:junit:4.+'
|
testImplementation 'junit:junit:4.+'
|
||||||
testImplementation "org.mockito:mockito-core:4.+"
|
testImplementation "org.mockito:mockito-core:5.+"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user