From f36682ee1fc653fd459aa844941296a4399ce8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:55:06 +0100 Subject: [PATCH] Bump org.json:json from 20140107 to 20240205 (#7701) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump org.json:json from 20140107 to 20240205 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20140107 to 20240205. - [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] * Add org.json:json to dependency management Remove the version from common/pom.xml and add the dependency to dependencyManagement section of root pom.xml. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Luis Rodríguez --- common/pom.xml | 2 -- pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index cd3989252e9..0dbdf0ab22d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -175,8 +175,6 @@ org.json json - 20140107 - compile org.bitbucket.cowwoc diff --git a/pom.xml b/pom.xml index 61e3bcfedf2..8cf980dddbb 100644 --- a/pom.xml +++ b/pom.xml @@ -1271,6 +1271,12 @@ 1.12.261 + + org.json + json + 20240205 + +