Skip to content

Commit 3b93126

Browse files
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](langchain4j/langchain4j@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] <[email protected]>
1 parent 30ebfbc commit 3b93126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin-wot-integration-tests/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies {
77
implementation("ai.ancf.lmos:arc-agents:0.98.0")
88
implementation("ai.ancf.lmos:arc-langchain4j-client:0.98.0")
99

10-
implementation("dev.langchain4j:langchain4j-azure-open-ai:0.35.0")
11-
implementation("dev.langchain4j:langchain4j:0.35.0")
10+
implementation("dev.langchain4j:langchain4j-azure-open-ai:0.36.2")
11+
implementation("dev.langchain4j:langchain4j:0.36.2")
1212
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
1313
implementation("org.testcontainers:testcontainers:1.20.3")
1414
}

0 commit comments

Comments
 (0)