From faaa8a7d1dc62b96b9104ef7216ba1e5989bfca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 08:00:02 +0000 Subject: [PATCH] Bump org.json:json from 20230227 to 20230618 in /project_service Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 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] --- project_service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_service/build.gradle b/project_service/build.gradle index 02547f4..be8a405 100644 --- a/project_service/build.gradle +++ b/project_service/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation "junit:junit:4.13.2" // https://mvnrepository.com/artifact/org.json/json - implementation group: 'org.json', name: 'json', version: '20230227' + implementation group: 'org.json', name: 'json', version: '20230618' implementation 'com.googlecode.json-simple:json-simple:1.1.1' // las2peer bundle which is not necessary in the runtime path