From 1a803a7bec8d27d31557e5ef4fb4fc397d6a6529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:34:56 +0000 Subject: [PATCH] Bump dev.langchain4j:langchain4j-open-ai from 0.36.0 to 0.36.2 (#12259) Bumps [dev.langchain4j:langchain4j-open-ai](https://github.com/langchain4j/langchain4j) from 0.36.0 to 0.36.2. - [Release notes](https://github.com/langchain4j/langchain4j/releases) - [Commits](https://github.com/langchain4j/langchain4j/compare/0.36.0...0.36.2) --- updated-dependencies: - dependency-name: dev.langchain4j:langchain4j-open-ai 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'