diff --git a/build.gradle b/build.gradle index 2ae63b3bfdf..8e157f0dfdc 100644 --- a/build.gradle +++ b/build.gradle @@ -337,7 +337,7 @@ dependencies { // region AI implementation 'dev.langchain4j:langchain4j:0.36.0' // Even though we use jvm-openai for LLM connection, we still need this package for tokenization. - implementation('dev.langchain4j:langchain4j-open-ai:0.36.0') { + implementation('dev.langchain4j:langchain4j-open-ai:0.36.2') { exclude group: 'com.squareup.okhttp3' exclude group: 'com.squareup.retrofit2', module: 'retrofit' exclude group: 'org.jetbrains.kotlin'