We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ebfbc commit 3b93126Copy full SHA for 3b93126
kotlin-wot-integration-tests/build.gradle.kts
@@ -7,8 +7,8 @@ dependencies {
7
implementation("ai.ancf.lmos:arc-agents:0.98.0")
8
implementation("ai.ancf.lmos:arc-langchain4j-client:0.98.0")
9
10
- implementation("dev.langchain4j:langchain4j-azure-open-ai:0.35.0")
11
- implementation("dev.langchain4j:langchain4j:0.35.0")
+ implementation("dev.langchain4j:langchain4j-azure-open-ai:0.36.2")
+ implementation("dev.langchain4j:langchain4j:0.36.2")
12
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
13
implementation("org.testcontainers:testcontainers:1.20.3")
14
}
0 commit comments