Skip to content

Commit 75bb8e9

Browse files
Merge pull request #705 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.12.0
2 parents ddaaad9 + a8b8af7 commit 75bb8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dependencies {
139139
ktlint "com.pinterest:ktlint:0.51.0-FINAL"
140140

141141
testImplementation 'junit:junit:4.13.2'
142-
testImplementation 'org.mockito:mockito-core:5.11.0'
142+
testImplementation 'org.mockito:mockito-core:5.12.0'
143143
}
144144

145145
afterEvaluate {

0 commit comments

Comments
 (0)