Skip to content

Commit b85bcae

Browse files
authored
Merge pull request #914 from ZeusWPI/dependabot/gradle/org.mockito-mockito-core-5.11.0
Bump org.mockito:mockito-core from 5.10.0 to 5.11.0
2 parents 127cef9 + 8f08c98 commit b85bcae

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)