diff --git a/domains/olm-stub/build.gradle b/domains/olm-stub/build.gradle index 5717824..b35101f 100644 --- a/domains/olm-stub/build.gradle +++ b/domains/olm-stub/build.gradle @@ -3,5 +3,5 @@ plugins { } dependencies { - compileOnly 'org.json:json:20211205' + compileOnly 'org.json:json:20220320' } \ No newline at end of file diff --git a/test-harness/build.gradle b/test-harness/build.gradle index 5312167..886077e 100644 --- a/test-harness/build.gradle +++ b/test-harness/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation project(":matrix:services:crypto") testImplementation rootProject.files("external/jolm.jar") - testImplementation 'org.json:json:20211205' + testImplementation 'org.json:json:20220320' testImplementation Dependencies.mavenCentral.ktorJava testImplementation Dependencies.mavenCentral.sqldelightInMemory