Skip to content

Dependency(deps): Bump dev.langchain4j:langchain4j-bom from 1.16.3 to 1.20.0 - #102

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dev.langchain4j-langchain4j-bom-1.20.0
Open

Dependency(deps): Bump dev.langchain4j:langchain4j-bom from 1.16.3 to 1.20.0#102
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dev.langchain4j-langchain4j-bom-1.20.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps dev.langchain4j:langchain4j-bom from 1.16.3 to 1.20.0.

Release notes

Sourced from dev.langchain4j:langchain4j-bom's releases.

1.20.0 and 1.20.0-beta30

Notable Changes

Non-blocking / reactive support by @​dliubarskyi in langchain4j/langchain4j#5527

An AI Service method used to hold its thread for the whole interaction - the model call, tool execution, memory I/O and guardrails. It can now return CompletableFuture<T>/CompletionStage<T> for a single response, or Flow.Publisher<AiServiceStreamingEvent>/Flow.Publisher<String> for streaming, and the interaction runs without blocking a thread. You choose the mode by the method's return type; nothing else about the interface changes.

Non-blocking goes all the way down, because a blocking gap at any layer re-blocks the whole call: tool calling (sync and CompletableFuture tools, sequential or concurrent), chat memory, guardrails, and the full retrieval graph including EmbeddingModel, EmbeddingStore, ScoringModel and WebSearchEngine.

The work is additive and marked @Experimental: the synchronous and TokenStream APIs are untouched. A few defaults deliberately differ on the async path - multiple tool calls run concurrently, a tool execution error fails the invocation rather than being sent to the LLM, and a tool argument-parse error is sent to the LLM rather than failing. See Non-blocking and Reactive.

Jackson 3 opt-in support by @​dliubarskyi in langchain4j/langchain4j#6184

Add langchain4j-jackson3 to your classpath and LangChain4j's JSON runs on Jackson 3. There is nothing to configure and no API to call, and removing the dependency puts everything back on Jackson 2. Nothing changes for anyone who does not opt in.

With the opt-in in place, Jackson 2 can be excluded outright from most of the dependency graph; the modules that still need it are listed in the documentation. The one deliberate behaviour change is that a JSON failure surfaces as JsonReadException or JsonWriteException (both LangChain4jException) instead of a RuntimeException wrapping Jackson's own - catching RuntimeException works either way. See Using Jackson 3.

Other Changes

... (truncated)

Commits
  • 3a2f4dc Release versions 1.20.0 and 1.20.0-beta30
  • affc81f feat(a2a): add @​A2ATenantId for multi-tenant agent routing (#6303)
  • 02ff1cf Give SupervisorAgentIT's Invoice a toString, so its agent gets a usable prompt
  • 883c74b Fix NullPointerException when completing a pending response with a null value...
  • d08cadc Fix three Jackson 3 defects the nightly integration run found (#6301)
  • f5133fe Make SupervisorAgentIT's Invoice constructible from the planner's arguments (...
  • 6a49340 Jackson 3 opt-in support (#6184)
  • 15f16f6 Upgrade mutiny-zero to 1.3.1 and drop the demand-decoupling workaround
  • c0c2fd2 feat(document-parser-docling): DocumentRequest templates, async parsing, and ...
  • 2f27d4c fix(agentic): include inherited fields in supervisor argument descriptions (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.langchain4j:langchain4j-bom](https://github.com/langchain4j/langchain4j) from 1.16.3 to 1.20.0.
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.16.3...1.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 9, 2026
@dependabot
dependabot Bot requested a review from dfuchss as a code owner September 9, 2026 09:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 9, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants