Skip to content

Commit

Permalink
build(deps): Bump dev.langchain4j:langchain4j from 0.36.0 to 0.36.1 (#66
Browse files Browse the repository at this point in the history
)

Bumps [dev.langchain4j:langchain4j](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 03e2f40 commit 42ce72f
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.3")
implementation(libs.flexmark)
implementation("dev.langchain4j:langchain4j:0.36.0")
implementation("dev.langchain4j:langchain4j-ollama:0.36.0")
implementation("dev.langchain4j:langchain4j:0.36.1")
implementation("dev.langchain4j:langchain4j-ollama:0.36.1")
}

kotlin {
Expand Down

0 comments on commit 42ce72f

Please sign in to comment.