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") }