mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-23 08:18:13 +01:00
Merge pull request #160 from ouchadam/dependabot/gradle/org.json-json-20220924
Bump json from 20220320 to 20220924
This commit is contained in:
commit
5e06c0cfdb
@ -3,5 +3,5 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.json:json:20220320'
|
||||
compileOnly 'org.json:json:20220924'
|
||||
}
|
@ -28,7 +28,7 @@ dependencies {
|
||||
testImplementation project(":matrix:services:crypto")
|
||||
|
||||
testImplementation rootProject.files("external/jolm.jar")
|
||||
testImplementation 'org.json:json:20220320'
|
||||
testImplementation 'org.json:json:20220924'
|
||||
|
||||
testImplementation Dependencies.mavenCentral.ktorJava
|
||||
testImplementation Dependencies.mavenCentral.sqldelightInMemory
|
||||
|
Loading…
Reference in New Issue
Block a user