Update dependency org.json:json to v20250517

This commit is contained in:
dependency-bot
2025-05-24 14:25:12 +02:00
committed by José Rebelo
parent 17b2f4af01
commit dbe6aa9ad8
+1 -1
View File
@@ -276,7 +276,7 @@ dependencies {
//implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
// Android SDK bundles org.json, but we need an actual implementation to replace the stubs in tests
testImplementation 'org.json:json:20250107'
testImplementation 'org.json:json:20250517'
// Fix Duplicate class build error for conflicting kotlin-stdlib versions
// does not seem to be currently needed, as it uses the latest across all transitive