Skip to content

Commit 384c7a8

Browse files
Merge pull request #2601 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.16.1
2 parents e549887 + 106dd31 commit 384c7a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ dependencies {
140140
testImplementation 'androidx.test:core:1.6.1'
141141
testImplementation 'androidx.arch.core:core-testing:2.2.0'
142142
testImplementation 'junit:junit:4.13.2'
143-
testImplementation 'org.mockito:mockito-core:5.16.0'
143+
testImplementation 'org.mockito:mockito-core:5.16.1'
144144
testImplementation 'org.robolectric:robolectric:4.14.1'
145145
}

gradle/verification-metadata.xml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<trusting group="org.mockito" name="mockito-core" version="5.14.2"/>
4040
<trusting group="org.mockito" name="mockito-core" version="5.15.2"/>
4141
<trusting group="org.mockito" name="mockito-core" version="5.16.0"/>
42+
<trusting group="org.mockito" name="mockito-core" version="5.16.1"/>
4243
</trusted-key>
4344
<trusted-key id="1597AB231B7ADD7E14B1D9C43F00DB67AE236E2E" group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.5.2"/>
4445
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache" version="18"/>
@@ -97,6 +98,7 @@
9798
<trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
9899
<trusted-key id="6DD3B8C64EF75253BEB2C53AD908A43FB7EC07AC" group="jakarta.activation"/>
99100
<trusted-key id="6F538074CCEBF35F28AF9B066A0975F8B1127B83" group="org.jetbrains.kotlin"/>
101+
<trusted-key id="7440F1F7D27BAC115F953D55EB095DA7D2F6AC0E" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.2.0"/>
100102
<trusted-key id="7616EB882DAF57A11477AAF559A252FB1199D873" group="com.google.code.findbugs" name="jsr305" version="3.0.2"/>
101103
<trusted-key id="7B121B76A7ED6CE6E60AD51784E913A8E3A748C0">
102104
<trusting group="org.bouncycastle"/>

0 commit comments

Comments
 (0)