Skip to content

Commit b314a3c

Browse files
Merge pull request #2839 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.20.0
2 parents 39e44a3 + 222c33d commit b314a3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ dependencies {
169169
testImplementation 'androidx.test:core:1.7.0'
170170
testImplementation 'androidx.arch.core:core-testing:2.2.0'
171171
testImplementation 'junit:junit:4.13.2'
172-
testImplementation 'org.mockito:mockito-core:5.19.0'
172+
testImplementation 'org.mockito:mockito-core:5.20.0'
173173
testImplementation 'org.robolectric:robolectric:4.16'
174174
}
175175

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<trusting group="org.mockito" name="mockito-core" version="5.17.0"/>
6060
<trusting group="org.mockito" name="mockito-core" version="5.18.0"/>
6161
<trusting group="org.mockito" name="mockito-core" version="5.19.0"/>
62+
<trusting group="org.mockito" name="mockito-core" version="5.20.0"/>
6263
</trusted-key>
6364
<trusted-key id="1597AB231B7ADD7E14B1D9C43F00DB67AE236E2E" group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.5.2"/>
6465
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache" version="18"/>

0 commit comments

Comments
 (0)