Merge pull request #160 from ouchadam/dependabot/gradle/org.json-json-20220924

Bump json from 20220320 to 20220924
This commit is contained in:
Adam Brown 2022-09-27 20:33:05 +01:00 committed by GitHub
commit 5e06c0cfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ plugins {
} }
dependencies { dependencies {
compileOnly 'org.json:json:20220320' compileOnly 'org.json:json:20220924'
} }

View File

@ -28,7 +28,7 @@ dependencies {
testImplementation project(":matrix:services:crypto") testImplementation project(":matrix:services:crypto")
testImplementation rootProject.files("external/jolm.jar") testImplementation rootProject.files("external/jolm.jar")
testImplementation 'org.json:json:20220320' testImplementation 'org.json:json:20220924'
testImplementation Dependencies.mavenCentral.ktorJava testImplementation Dependencies.mavenCentral.ktorJava
testImplementation Dependencies.mavenCentral.sqldelightInMemory testImplementation Dependencies.mavenCentral.sqldelightInMemory