mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
fix(deps): update dependency org.mockito:mockito-core to v5.14.0
This commit is contained in:
parent
1f0b96df05
commit
2373a33280
2 changed files with 2 additions and 1 deletions
|
@ -140,6 +140,6 @@ dependencies {
|
|||
testImplementation 'androidx.test:core:1.6.1'
|
||||
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:5.13.0'
|
||||
testImplementation 'org.mockito:mockito-core:5.14.0'
|
||||
testImplementation 'org.robolectric:robolectric:4.13'
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
<trusting group="org.mockito" name="mockito-core" version="5.11.0"/>
|
||||
<trusting group="org.mockito" name="mockito-core" version="5.12.0"/>
|
||||
<trusting group="org.mockito" name="mockito-core" version="5.13.0"/>
|
||||
<trusting group="org.mockito" name="mockito-core" version="5.14.0"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="1597AB231B7ADD7E14B1D9C43F00DB67AE236E2E" group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.5.2"/>
|
||||
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache" version="18"/>
|
||||
|
|
Loading…
Reference in a new issue