From c88c6b8b34079ee02ba7824b9b80289cb9fef3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:13:05 +0000 Subject: [PATCH] Bump dev.langchain4j:langchain4j-azure-open-ai from 0.35.0 to 0.36.2 Bumps [dev.langchain4j:langchain4j-azure-open-ai](https://github.com/langchain4j/langchain4j) from 0.35.0 to 0.36.2. - [Release notes](https://github.com/langchain4j/langchain4j/releases) - [Commits](https://github.com/langchain4j/langchain4j/compare/0.35.0...0.36.2) --- updated-dependencies: - dependency-name: dev.langchain4j:langchain4j-azure-open-ai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-wot-integration-tests/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-wot-integration-tests/build.gradle.kts b/kotlin-wot-integration-tests/build.gradle.kts index fe9c596..d18d354 100644 --- a/kotlin-wot-integration-tests/build.gradle.kts +++ b/kotlin-wot-integration-tests/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { implementation("ai.ancf.lmos:arc-agents:0.98.0") implementation("ai.ancf.lmos:arc-langchain4j-client:0.98.0") - implementation("dev.langchain4j:langchain4j-azure-open-ai:0.35.0") + implementation("dev.langchain4j:langchain4j-azure-open-ai:0.36.2") implementation("dev.langchain4j:langchain4j:0.35.0") testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3") implementation("org.testcontainers:testcontainers:1.20.3")