Merge pull request #15 from ouchadam/dependabot/gradle/org.json-json-20220320
Bump json from 20211205 to 20220320
This commit is contained in:
commit
72e31492f1
|
@ -3,5 +3,5 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'org.json:json:20211205'
|
compileOnly 'org.json:json:20220320'
|
||||||
}
|
}
|
|
@ -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:20211205'
|
testImplementation 'org.json:json:20220320'
|
||||||
|
|
||||||
testImplementation Dependencies.mavenCentral.ktorJava
|
testImplementation Dependencies.mavenCentral.ktorJava
|
||||||
testImplementation Dependencies.mavenCentral.sqldelightInMemory
|
testImplementation Dependencies.mavenCentral.sqldelightInMemory
|
||||||
|
|
Loading…
Reference in New Issue