chore(deps): bump org.json:json in /codegpt-core (#394)

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240205 to 20240303.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-12 23:21:15 +02:00 committed by GitHub
parent 04c98ba715
commit 6b2bcc4bf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ dependencies {
api("com.github.jelmerk:hnswlib-core:1.1.2")
api("com.github.jelmerk:hnswlib-utils:1.1.2")
implementation("org.antlr:antlr4-runtime:4.13.1")
implementation("org.json:json:20240205")
implementation("org.json:json:20240303")
}
tasks {