Skip to content

Commit 8750c58

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump dev.langchain4j:langchain4j-bom from 1.3.0 to 1.4.0
Bumps [dev.langchain4j:langchain4j-bom](https://github.com/langchain4j/langchain4j) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/langchain4j/langchain4j/releases) - [Commits](langchain4j/langchain4j@1.3.0...1.4.0) --- updated-dependencies: - dependency-name: dev.langchain4j:langchain4j-bom dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4d05a1 commit 8750c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
101101

102102
// langchain4j integrations
103-
implementation(platform("dev.langchain4j:langchain4j-bom:1.3.0"))
103+
implementation(platform("dev.langchain4j:langchain4j-bom:1.4.0"))
104104
implementation("dev.langchain4j:langchain4j-open-ai")
105105
implementation("dev.langchain4j:langchain4j-ollama")
106106
implementation("dev.langchain4j:langchain4j-vertex-ai-gemini")
@@ -113,7 +113,7 @@ dependencies {
113113
implementation("dev.langchain4j:langchain4j-mistral-ai")
114114
implementation("dev.langchain4j:langchain4j-bedrock")
115115

116-
implementation(platform("dev.langchain4j:langchain4j-community-bom:1.3.0-beta9"))
116+
implementation(platform("dev.langchain4j:langchain4j-community-bom:1.4.0-beta9"))
117117
// The Baidu Qianfan Large Model Platform, including the ERNIE series, can be accessed at https://docs.langchain4j.dev/integrations/language-models/qianfan/.
118118
implementation("dev.langchain4j:langchain4j-community-qianfan")
119119

0 commit comments

Comments
 (0)