From 3b93126328fe7def951086594fd99c7373310a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:13:04 +0000 Subject: [PATCH] Bump dev.langchain4j:langchain4j from 0.35.0 to 0.36.2 Bumps [dev.langchain4j:langchain4j](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-wot-integration-tests/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kotlin-wot-integration-tests/build.gradle.kts b/kotlin-wot-integration-tests/build.gradle.kts index fe9c596..67291c0 100644 --- a/kotlin-wot-integration-tests/build.gradle.kts +++ b/kotlin-wot-integration-tests/build.gradle.kts @@ -7,8 +7,8 @@ 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:0.35.0") + implementation("dev.langchain4j:langchain4j-azure-open-ai:0.36.2") + implementation("dev.langchain4j:langchain4j:0.36.2") testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3") implementation("org.testcontainers:testcontainers:1.20.3") } \ No newline at end of file