build(deps): bump dev.langchain4j:langchain4j-bom from 1.7.1 to 1.8.0

Bumps [dev.langchain4j:langchain4j-bom](https://github.com/langchain4j/langchain4j) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](https://github.com/langchain4j/langchain4j/compare/1.7.1...1.8.0)

---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j-bom
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-29 12:33:36 +00:00
committed by Loïc Mathieu
parent fa23081207
commit fc600cc1e3

View File

@@ -24,7 +24,7 @@ dependencies {
def jacksonVersion = "2.20.0"
def jacksonAnnotationsVersion = "2.20"
def jugVersion = "5.1.1"
def langchain4jVersion = "1.7.1"
def langchain4jVersion = "1.8.0"
def langchain4jCommunityVersion = "1.7.1-beta14"
// as Jackson is in the Micronaut BOM, to force its version we need to use enforcedPlatform but it didn't really work, see later :(