From b4dc59cd4e8f5d2ebe066cd5994638ce06e38285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:25:17 +0200 Subject: [PATCH] Bump com.github.jelmerk:hnswlib-utils in /codegpt-core (#327) Bumps [com.github.jelmerk:hnswlib-utils](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-utils 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 e5973e47..19890b56 100644 --- a/codegpt-core/build.gradle.kts +++ b/codegpt-core/build.gradle.kts @@ -6,7 +6,7 @@ plugins { dependencies { antlr("org.antlr:antlr4:4.13.1") api("com.github.jelmerk:hnswlib-core:1.1.0") - api("com.github.jelmerk:hnswlib-utils:1.1.0") + api("com.github.jelmerk:hnswlib-utils:1.1.2") implementation("org.antlr:antlr4-runtime:4.13.1") implementation("org.json:json:20231013") }