mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Update dependency org.json:json to v20240303
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0ed60e2551
commit
3fb01643fd
2 changed files with 2 additions and 1 deletions
|
@ -349,7 +349,7 @@ dependencies {
|
|||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|
||||
testImplementation "androidx.test:core:$androidxTestVersion"
|
||||
testImplementation 'org.json:json:20240205'
|
||||
testImplementation 'org.json:json:20240303'
|
||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
||||
testImplementation "io.mockk:mockk:$mockkVersion"
|
||||
|
|
|
@ -303,6 +303,7 @@
|
|||
<trusting group="org.json" name="json" version="20230618"/>
|
||||
<trusting group="org.json" name="json" version="20231013"/>
|
||||
<trusting group="org.json" name="json" version="20240205"/>
|
||||
<trusting group="org.json" name="json" version="20240303"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="FC411CD3CB7DCB0ABC9801058118B3BCDB1A5000" group="jakarta.xml.bind"/>
|
||||
<trusted-key id="FF6E2C001948C5F2F38B0CC385911F425EC61B51">
|
||||
|
|
Loading…
Reference in a new issue