Skip to content

Commit ce15e76

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.23.0
1 parent 82544d0 commit ce15e76

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
@@ -175,7 +175,7 @@ dependencies {
175175
testImplementation 'androidx.test:core:1.7.0'
176176
testImplementation 'androidx.arch.core:core-testing:2.2.0'
177177
testImplementation 'junit:junit:4.13.2'
178-
testImplementation 'org.mockito:mockito-core:5.22.0'
178+
testImplementation 'org.mockito:mockito-core:5.23.0'
179179
testImplementation 'org.robolectric:robolectric:4.16.1'
180180
}
181181

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<trusting group="org.mockito" name="mockito-core" version="5.20.0"/>
7777
<trusting group="org.mockito" name="mockito-core" version="5.21.0"/>
7878
<trusting group="org.mockito" name="mockito-core" version="5.22.0"/>
79+
<trusting group="org.mockito" name="mockito-core" version="5.23.0"/>
7980
</trusted-key>
8081
<trusted-key id="1597AB231B7ADD7E14B1D9C43F00DB67AE236E2E" group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.5.2"/>
8182
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache" version="18"/>

0 commit comments

Comments
 (0)