From dee87c0149bdaa2906853697f9fb9d42ee83c4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:58:26 +0200 Subject: [PATCH] Bump com.github.jelmerk:hnswlib-core in /codegpt-core (#326) Bumps [com.github.jelmerk:hnswlib-core](https://github.com/jelmerk/hnswlib) from 1.1.0 to 1.1.2. - [Commits](https://github.com/jelmerk/hnswlib/commits/v1.1.2) --- updated-dependencies: - dependency-name: com.github.jelmerk:hnswlib-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 19890b56..e59df2a7 100644 --- a/codegpt-core/build.gradle.kts +++ b/codegpt-core/build.gradle.kts @@ -5,7 +5,7 @@ plugins { dependencies { antlr("org.antlr:antlr4:4.13.1") - api("com.github.jelmerk:hnswlib-core:1.1.0") + 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:20231013")