From 6b2bcc4bf64006f6aba6b799fe289afb9382e63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:21:15 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- codegpt-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegpt-core/build.gradle.kts b/codegpt-core/build.gradle.kts index 1e759069..ccf90305 100644 --- a/codegpt-core/build.gradle.kts +++ b/codegpt-core/build.gradle.kts @@ -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 {