From ad44f42ae74f3753c8325fdb3ef29505cc6a545d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:09:01 +0000 Subject: [PATCH] Bump dev.langchain4j:langchain4j-google-ai-gemini from 0.36.0 to 0.36.2 Bumps [dev.langchain4j:langchain4j-google-ai-gemini](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-google-ai-gemini dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8e157f0dfdc..fde0b12aa07 100644 --- a/build.gradle +++ b/build.gradle @@ -347,7 +347,7 @@ dependencies { exclude group: 'com.squareup.retrofit2', module: 'retrofit' exclude group: 'org.jetbrains.kotlin' } - implementation('dev.langchain4j:langchain4j-google-ai-gemini:0.36.0') { + implementation('dev.langchain4j:langchain4j-google-ai-gemini:0.36.2') { exclude group: 'com.squareup.okhttp3' exclude group: 'com.squareup.retrofit2', module: 'retrofit' }