From d797bdd239e2c95f9821de22ed0bf46f49188311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:57:42 +0000 Subject: [PATCH] chore: bump org.json:json from 20220924 to 20230618 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230618. - [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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85006a1..caa6791 100644 --- a/build.gradle +++ b/build.gradle @@ -60,6 +60,6 @@ android { dependencies { api 'io.radar:sdk:3.5.11' - testImplementation 'org.json:json:20220924' + testImplementation 'org.json:json:20230618' }