Skip to content

Commit

Permalink
Bump org.json:json from 20230618 to 20231013 in /codegpt-core (#240)
Browse files Browse the repository at this point in the history
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013.
- [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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent a34d94e commit 47e9a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegpt-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api("com.github.jelmerk:hnswlib-core:1.1.0")
api("com.github.jelmerk:hnswlib-utils:1.1.0")
implementation("org.antlr:antlr4-runtime:4.13.1")
implementation("org.json:json:20230618")
implementation("org.json:json:20231013")
}

tasks {
Expand Down

0 comments on commit 47e9a7a

Please sign in to comment.