Skip to content

Commit 3b02133

Browse files
Merge pull request #900 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.20.0
2 parents 6295961 + fa28b30 commit 3b02133

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
@@ -140,7 +140,7 @@ dependencies {
140140
ktlint "com.pinterest.ktlint:ktlint-cli:1.7.1"
141141

142142
testImplementation 'junit:junit:4.13.2'
143-
testImplementation 'org.mockito:mockito-core:5.19.0'
143+
testImplementation 'org.mockito:mockito-core:5.20.0'
144144
}
145145

146146
afterEvaluate {

0 commit comments

Comments
 (0)