Update dependency org.json:json to v20250107

This commit is contained in:
dependency-bot 2025-01-11 16:49:21 +00:00
parent 4fbb33d852
commit a546769ef7

View File

@ -254,7 +254,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:20241224'
testImplementation 'org.json:json:20250107'
// 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