Skip to content

Commit

Permalink
chore(deps): bump dev.langchain4j:langchain4j-bom from 0.34.0 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [dev.langchain4j:langchain4j-bom](https://github.com/langchain4j/langchain4j) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@0.34.0...0.35.0)

---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Blarc committed Sep 26, 2024
1 parent 5a54c6b commit 84fc8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")

// langchain4j integrations
implementation(platform("dev.langchain4j:langchain4j-bom:0.34.0"))
implementation(platform("dev.langchain4j:langchain4j-bom:0.35.0"))
implementation("dev.langchain4j:langchain4j-open-ai")
implementation("dev.langchain4j:langchain4j-ollama")
// The Baidu Qianfan Large Model Platform, including the ERNIE series, can be accessed at https://docs.langchain4j.dev/integrations/language-models/qianfan/.
Expand Down

0 comments on commit 84fc8d7

Please sign in to comment.