Update dependency org.json:json to v20241224

This commit is contained in:
dependency-bot 2025-01-04 01:10:20 +00:00 committed by José Rebelo
parent 92a76cfa7b
commit 61831b8a9d

View File

@ -254,7 +254,7 @@ dependencies {
//implementation 'org.bouncycastle:bcprov-jdk18on:1.76' //implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
// Android SDK bundles org.json, but we need an actual implementation to replace the stubs in tests // Android SDK bundles org.json, but we need an actual implementation to replace the stubs in tests
testImplementation 'org.json:json:20240303' testImplementation 'org.json:json:20241224'
// Fix Duplicate class build error for conflicting kotlin-stdlib versions // 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 // does not seem to be currently needed, as it uses the latest across all transitive