Skip to content

Commit 84fc8d7

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump dev.langchain4j:langchain4j-bom from 0.34.0 to 0.35.0
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] <[email protected]>
1 parent 5a54c6b commit 84fc8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
101101

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

0 commit comments

Comments
 (0)