Update dependency org.json:json to v20251224

This commit is contained in:
dependency-bot
2025-12-27 13:49:46 +01:00
committed by José Rebelo
parent b2c3f9376e
commit 4cdca11b04
+1 -1
View File
@@ -286,7 +286,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:20250517'
testImplementation 'org.json:json:20251224'
// Needed for Armenian transliteration
implementation 'org.ahocorasick:ahocorasick:0.6.3'