Bump json from 20220320 to 20220924
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20220924. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8499017777
commit
2b5775aa7f
|
@ -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