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