mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 05:46:14 +03:00
Merge pull request #2269 from nextcloud/renovate/org.robolectric-robolectric-4.x
fix(deps): update dependency org.robolectric:robolectric to v4.13
This commit is contained in:
commit
dcd942d373
2 changed files with 6 additions and 2 deletions
|
@ -141,5 +141,5 @@ dependencies {
|
|||
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:5.12.0'
|
||||
testImplementation 'org.robolectric:robolectric:4.12.2'
|
||||
testImplementation 'org.robolectric:robolectric:4.13'
|
||||
}
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
<trusting group="androidx.fragment"/>
|
||||
<trusting group="androidx.lifecycle"/>
|
||||
<trusting group="androidx.test"/>
|
||||
<trusting group="androidx.test.espresso" name="espresso-idling-resource" version="3.6.1"/>
|
||||
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
|
||||
<trusting group="androidx.webkit" name="webkit" version="1.11.0"/>
|
||||
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
|
||||
|
@ -145,7 +146,10 @@
|
|||
<trusting group="io.perfmark" name="perfmark-api" version="0.26.0"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="C7BE5BCC9FEC15518CFDA882B0F3710FA64900E7" group="^com[.]google($|([.].*))" regex="true"/>
|
||||
<trusted-key id="CB3190CA7842439E57F3712E44CE7BF2825EA2CD" group="com.ibm.icu" name="icu4j" version="73.2"/>
|
||||
<trusted-key id="CB3190CA7842439E57F3712E44CE7BF2825EA2CD">
|
||||
<trusting group="com.ibm.icu"/>
|
||||
<trusting group="com.ibm.icu" name="icu4j" version="73.2"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="CE8075A251547BEE249BC151A2115AE15F6B8B72" group="org.apache.commons"/>
|
||||
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
|
||||
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
|
||||
|
|
Loading…
Reference in a new issue