Skip to content

Commit

Permalink
build(deps): Bump dev.langchain4j:langchain4j-ollama
Browse files Browse the repository at this point in the history
Bumps [dev.langchain4j:langchain4j-ollama](https://github.com/langchain4j/langchain4j) from 0.36.0 to 0.36.1.
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@0.36.0...0.36.1)

---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j-ollama
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 03e2f40 commit 6f9504a
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 @@ -25,7 +25,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation(libs.flexmark)
implementation("dev.langchain4j:langchain4j:0.36.0")
implementation("dev.langchain4j:langchain4j-ollama:0.36.0")
implementation("dev.langchain4j:langchain4j-ollama:0.36.1")
}

kotlin {
Expand Down

0 comments on commit 6f9504a

Please sign in to comment.