Skip to content

Commit

Permalink
Merge pull request nextcloud#14355 from nextcloud/renovate/org.json-j…
Browse files Browse the repository at this point in the history
…son-20250107.x

Update dependency org.json:json to v20250107
  • Loading branch information
alperozturk96 authored Jan 15, 2025
2 parents 49c20af + 8ede55b commit b11ea53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "androidx.test:core:$androidxTestVersion"
testImplementation 'org.json:json:20240303'
testImplementation 'org.json:json:20250107'
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation "io.mockk:mockk:$mockkVersion"
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
<trusting group="org.json" name="json" version="20231013"/>
<trusting group="org.json" name="json" version="20240205"/>
<trusting group="org.json" name="json" version="20240303"/>
<trusting group="org.json" name="json" version="20250107"/>
</trusted-key>
<trusted-key id="FC411CD3CB7DCB0ABC9801058118B3BCDB1A5000" group="jakarta.xml.bind"/>
<trusted-key id="FF6E2C001948C5F2F38B0CC385911F425EC61B51">
Expand Down

0 comments on commit b11ea53

Please sign in to comment.