Skip to content

Commit 8f08c98

Browse files
Bump org.mockito:mockito-core from 5.10.0 to 5.11.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b278f62 commit 8f08c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'com.android.tools.build:gradle:8.2.2'
1717
implementation 'org.jetbrains:annotations:24.1.0'
1818
testImplementation 'junit:junit:4.13.2'
19-
testImplementation 'org.mockito:mockito-core:5.10.0'
19+
testImplementation 'org.mockito:mockito-core:5.11.0'
2020
}
2121

2222
validatePlugins {

0 commit comments

Comments
 (0)