Skip to content

Commit

Permalink
Bump org.json:json from 20220924 to 20230227 in /project_service
Browse files Browse the repository at this point in the history
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230227.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2023
1 parent 35b7a64 commit 6074cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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: '20220924'
implementation group: 'org.json', name: 'json', version: '20230227'

implementation 'com.googlecode.json-simple:json-simple:1.1.1'
// las2peer bundle which is not necessary in the runtime path
Expand Down

0 comments on commit 6074cc0

Please sign in to comment.