Skip to content

Commit

Permalink
build(deps): Bump dev.langchain4j:langchain4j from 0.34.0 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [dev.langchain4j:langchain4j](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
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 080a488 commit 3674ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ repositories {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
implementation(libs.flexmark)
implementation("dev.langchain4j:langchain4j:0.34.0")
implementation("dev.langchain4j:langchain4j-ollama:0.34.0")
implementation("dev.langchain4j:langchain4j:0.35.0")
implementation("dev.langchain4j:langchain4j-ollama:0.35.0")
}

kotlin {
Expand Down

0 comments on commit 3674ef5

Please sign in to comment.