Skip to content

Commit 5c72355

Browse files
authored
Merge pull request #886 from ZeusWPI/dependabot/gradle/buildSrc/org.mockito-mockito-core-5.10.0
Bump org.mockito:mockito-core from 5.8.0 to 5.10.0 in /buildSrc
2 parents c3a2725 + 7e9721e commit 5c72355

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.8.0'
19+
testImplementation 'org.mockito:mockito-core:5.10.0'
2020
}
2121

2222
validatePlugins {

0 commit comments

Comments
 (0)