From 2a9e39665ecdedbdcaf8567163a6157f52319b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:10:24 +0000 Subject: [PATCH] Bump org.json:json from 20231013 to 20250107 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20250107. - [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-version: '20250107' 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 6141129..92767fa 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { // Constraints constraints { - implementation('org.json:json:20231013') { + implementation('org.json:json:20250107') { because("version defined in authy-java (transitive dependency) has vulnerabilities issues") } }