Skip to content

Commit ab8dddd

Browse files
Merge pull request #2037 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.11.0
2 parents d5b6f2d + 40dcee5 commit ab8dddd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ dependencies {
127127
testImplementation 'androidx.test:core:1.5.0'
128128
testImplementation 'androidx.arch.core:core-testing:2.2.0'
129129
testImplementation 'junit:junit:4.13.2'
130-
testImplementation 'org.mockito:mockito-core:5.10.0'
130+
testImplementation 'org.mockito:mockito-core:5.11.0'
131131
testImplementation 'org.robolectric:robolectric:4.11.1'
132132
}

gradle/verification-metadata.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
1919
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
2020
<trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>
21-
<trusted-key id="147B691A19097624902F4EA9689CBE64F4BC997F" group="org.mockito" name="mockito-core" version="5.10.0"/>
21+
<trusted-key id="147B691A19097624902F4EA9689CBE64F4BC997F">
22+
<trusting group="org.mockito" name="mockito-core" version="5.10.0"/>
23+
<trusting group="org.mockito" name="mockito-core" version="5.11.0"/>
24+
</trusted-key>
2225
<trusted-key id="1597AB231B7ADD7E14B1D9C43F00DB67AE236E2E" group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.5.2"/>
2326
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache" version="18"/>
2427
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework" name="checker-qual"/>

0 commit comments

Comments
 (0)