mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
fix(deps): update dependency org.robolectric:robolectric to v4.12
This commit is contained in:
parent
14af7ea898
commit
4f881e6aa6
2 changed files with 24 additions and 2 deletions
|
@ -137,5 +137,5 @@ dependencies {
|
|||
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:5.11.0'
|
||||
testImplementation 'org.robolectric:robolectric:4.11.1'
|
||||
testImplementation 'org.robolectric:robolectric:4.12'
|
||||
}
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
<trusted-artifacts>
|
||||
<trust group="com.android.tools.build" name="aapt2" version="8.3.1-10880808" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
|
||||
</trusted-artifacts>
|
||||
<ignored-keys>
|
||||
<ignored-key id="C730DCAEF653215C" reason="Key couldn't be downloaded from any key server"/>
|
||||
</ignored-keys>
|
||||
<trusted-keys>
|
||||
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
|
||||
<trusting group="org.glassfish.jaxb"/>
|
||||
|
@ -67,7 +70,10 @@
|
|||
<trusted-key id="6DD3B8C64EF75253BEB2C53AD908A43FB7EC07AC" group="jakarta.activation"/>
|
||||
<trusted-key id="6F538074CCEBF35F28AF9B066A0975F8B1127B83" group="org.jetbrains.kotlin"/>
|
||||
<trusted-key id="7616EB882DAF57A11477AAF559A252FB1199D873" group="com.google.code.findbugs" name="jsr305" version="3.0.2"/>
|
||||
<trusted-key id="7B121B76A7ED6CE6E60AD51784E913A8E3A748C0" group="org.bouncycastle" name="bcprov-jdk18on" version="1.76"/>
|
||||
<trusted-key id="7B121B76A7ED6CE6E60AD51784E913A8E3A748C0">
|
||||
<trusting group="org.bouncycastle" name="bcprov-jdk18on" version="1.76"/>
|
||||
<trusting group="org.bouncycastle" name="bcprov-jdk18on" version="1.77"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="7E22D50A7EBD9D2CD269B2D4056ACA74D46000BF" group="io.netty"/>
|
||||
<trusted-key id="7F36E793AE3252E5D9E9B98FEE9E7DC9D92FC896" group="com.google.errorprone"/>
|
||||
<trusted-key id="8461EFA0E74ABAE010DE66994EB27DB2A3B88B8B">
|
||||
|
@ -168,6 +174,9 @@
|
|||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.annotation" name="annotation" version="1.2.0">
|
||||
<artifact name="annotation-1.2.0.jar">
|
||||
<sha256 value="9029262bddce116e6d02be499e4afdba21f24c239087b76b3b57d7e98b490a36" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
<artifact name="annotation-1.2.0.module">
|
||||
<sha256 value="2efcab81ef91b211bacd206eaacd995a51f633a2e96b57a8fc00144c5f9c56b3" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
|
@ -2292,6 +2301,19 @@
|
|||
<sha256 value="d14f955843b80e07e588c650a48c23767f16656d86379cbd462773a0ac78b564" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.ibm.icu" name="icu4j" version="74.2">
|
||||
<artifact name="icu4j-74.2.jar">
|
||||
<sha256 value="95c055080e14c093ebeeba5b733e1a1be7a4af5854668c774cedf070d4240e43" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
<artifact name="icu4j-74.2.pom">
|
||||
<sha256 value="ad5c4681cffa8362fa63462515586e0a39492e86eeb3f2d8d8db8d527585463e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.ibm.icu" name="icu4j-root" version="74.2">
|
||||
<artifact name="icu4j-root-74.2.pom">
|
||||
<sha256 value="a0daf2ab7b3d63b093ae76dd2fd9858df27508cee3b29f00b7dd6d25a1fde9d6" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.squareup.okhttp3" name="okhttp" version="3.14.9">
|
||||
<artifact name="okhttp-3.14.9.pom">
|
||||
<sha256 value="61edf3c4764ea95f1212ca2dfbc6ea5d4133c71c4e8c40bd247ec83e7c6b7ce7" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in a new issue