Skip to content

Commit 6d6338d

Browse files
fix(deps): update mockito monorepo to v5.23.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9193066 commit 6d6338d

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,14 +340,14 @@ dependencies {
340340
debugImplementation("androidx.compose.ui:ui-test-manifest")
341341

342342
testImplementation 'junit:junit:4.13.2'
343-
testImplementation 'org.mockito:mockito-core:5.22.0'
343+
testImplementation 'org.mockito:mockito-core:5.23.0'
344344
testImplementation 'androidx.arch.core:core-testing:2.2.0'
345345

346346
androidTestImplementation "androidx.test:core:1.7.0"
347347

348348
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
349349
androidTestImplementation 'androidx.test:core-ktx:1.7.0'
350-
androidTestImplementation 'org.mockito:mockito-android:5.22.0'
350+
androidTestImplementation 'org.mockito:mockito-android:5.23.0'
351351
androidTestImplementation "androidx.work:work-testing:${workVersion}"
352352
// Espresso core
353353
androidTestImplementation ("androidx.test.espresso:espresso-core:$espressoVersion", {

gradle/verification-metadata.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<trust file=".*-javadoc[.]jar" regex="true" reason="Android Studio downloads javadoc jars but doesn't add checksums - fixes building in AS"/>
1515
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
1616
</trusted-artifacts>
17+
<ignored-keys>
18+
<ignored-key id="DEA3D207428EF16D" reason="Key couldn't be downloaded from any key server"/>
19+
</ignored-keys>
1720
<trusted-keys>
1821
<trusted-key id="02A36B6DB7056EB5E6FFEF893DA731F041734930" group="org.parceler"/>
1922
<trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="com.github.ajalt.clikt"/>
@@ -175,6 +178,7 @@
175178
</trusted-key>
176179
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
177180
<trusted-key id="4791825BDEA86EB9286A2ACE88BB19A33A18445F" group="net.ltgt.gradle.incap" name="incap" version="0.2"/>
181+
<trusted-key id="47BF592261CD1A8A69B703B4E0CB7823CFD00FBF" group="com.jakewharton.android.repackaged" name="dalvik-dx" version="9.0.0_r3"/>
178182
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5" group="^io[.]github($|([.].*))" regex="true"/>
179183
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
180184
<trusting group="org.springframework" name="spring-framework-bom" version="5.3.31"/>
@@ -20613,6 +20617,22 @@
2061320617
<sha256 value="a75c709e660357e6a60a4a88e5d9bf510107e5327627369bc1f8030f398938d1" origin="Generated by Gradle"/>
2061420618
</artifact>
2061520619
</component>
20620+
<component group="com.linkedin.dexmaker" name="dexmaker" version="2.28.6">
20621+
<artifact name="dexmaker-2.28.6.jar">
20622+
<sha256 value="fdb1d3632c66694ed4cd3445cd86da70286f93b55d613e30361abec6d23404ac" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
20623+
</artifact>
20624+
<artifact name="dexmaker-2.28.6.module">
20625+
<sha256 value="ab57600b8a453d5f91cb603075b7870ace6d050e3a2b58cdd63462c4987f5e35" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
20626+
</artifact>
20627+
</component>
20628+
<component group="com.linkedin.dexmaker" name="dexmaker-mockito-inline" version="2.28.6">
20629+
<artifact name="dexmaker-mockito-inline-2.28.6.aar">
20630+
<sha256 value="ff0c8c914510dce091238448236ad44e4dae803ab7c4da9a520df4bee3cce429" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
20631+
</artifact>
20632+
<artifact name="dexmaker-mockito-inline-2.28.6.module">
20633+
<sha256 value="65c0c6ac199230dfcba0dd59b1953cb93c47fa21fdb754c89acd83a910efc0c4" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
20634+
</artifact>
20635+
</component>
2061620636
<component group="com.mebigfatguy.fb-contrib" name="fb-contrib" version="7.6.10">
2061720637
<artifact name="fb-contrib-7.6.10.jar">
2061820638
<sha256 value="14f648f03df923cdf1df3a906de9bc97f3edd3e282448e78ad7c06b0ae7d0d1c" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

0 commit comments

Comments
 (0)