From 95091303537841f488f9ca2eb59d355b6e6e7bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:51:02 +0100 Subject: [PATCH] Bump org.json:json from 20240205 to 20240303 (#3609) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240205 to 20240303. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index f8fee068b4..d373411bcf 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -193,7 +193,7 @@ dependencies { testImplementation "org.mockito:mockito-core:5.11.0" testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation "junit:junit:4.13.2" - testImplementation "org.json:json:20240205" + testImplementation "org.json:json:20240303" testImplementation "com.squareup.okhttp3:mockwebserver:$ok_http_version" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlin_coroutines_version" // PowerMock