Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
5e32c077a7 Update dependency com.azure:azure-ai-openai to v1.0.0-beta.13 2025-02-03 19:06:25 +00:00

View File

@ -19,7 +19,7 @@ dependencies {
implementation("com.knecon.fforesight:tenant-commons:0.31.0") {
exclude(group = "com.iqser.red.commons", module = "storage-commons")
}
implementation("com.azure:azure-ai-openai:1.0.0-beta.12")
implementation("com.azure:azure-ai-openai:1.0.0-beta.13")
implementation("ch.qos.logback:logback-classic:1.5.16")
implementation("com.google.protobuf:protobuf-java:4.29.3")
}