From 2b5775aa7f3550fba4727f41fd9930ee57d08bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 05:38:06 +0000 Subject: [PATCH] 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] --- domains/olm-stub/build.gradle | 2 +- test-harness/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/olm-stub/build.gradle b/domains/olm-stub/build.gradle index b35101f..d946f5a 100644 --- a/domains/olm-stub/build.gradle +++ b/domains/olm-stub/build.gradle @@ -3,5 +3,5 @@ plugins { } dependencies { - compileOnly 'org.json:json:20220320' + compileOnly 'org.json:json:20220924' } \ No newline at end of file diff --git a/test-harness/build.gradle b/test-harness/build.gradle index e694fdd..f65e14d 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:20220320' + testImplementation 'org.json:json:20220924' testImplementation Dependencies.mavenCentral.ktorJava testImplementation Dependencies.mavenCentral.sqldelightInMemory