Skip to content

Commit f6196fb

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 693fdc1 commit f6196fb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/build.gradle

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

338338
testImplementation 'junit:junit:4.13.2'
339-
testImplementation 'org.mockito:mockito-core:5.22.0'
339+
testImplementation 'org.mockito:mockito-core:5.23.0'
340340
testImplementation 'androidx.arch.core:core-testing:2.2.0'
341341

342342
androidTestImplementation "androidx.test:core:1.7.0"
343343

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

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
</trusted-key>
176176
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j"/>
177177
<trusted-key id="4791825BDEA86EB9286A2ACE88BB19A33A18445F" group="net.ltgt.gradle.incap" name="incap" version="0.2"/>
178+
<trusted-key id="47BF592261CD1A8A69B703B4E0CB7823CFD00FBF" group="com.jakewharton.android.repackaged" name="dalvik-dx" version="9.0.0_r3"/>
178179
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5" group="^io[.]github($|([.].*))" regex="true"/>
179180
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
180181
<trusting group="org.springframework" name="spring-framework-bom" version="5.3.31"/>
@@ -271,6 +272,7 @@
271272
<trusting group="org.jetbrains.intellij.deps"/>
272273
<trusting group="org.jetbrains.kotlinx"/>
273274
</trusted-key>
275+
<trusted-key id="8DF3B0AA23ED78BE5233F6C2DEA3D207428EF16D" group="com.linkedin.dexmaker"/>
274276
<trusted-key id="8E3A02905A1AE67E7B0F9ACD3967D4EDA591B991" group="org.jetbrains.kotlinx" name="kotlinx-html-jvm" version="0.8.1"/>
275277
<trusted-key id="8F9A3C6D105B9F57844A721D79E193516BE7998F">
276278
<trusting group="org.dom4j" name="dom4j" version="2.1.4"/>

0 commit comments

Comments
 (0)