Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps org.http4k:http4k-core from 5.14.0.0 to 6.20.0.3.

Release notes

Sourced from org.http4k:http4k-core's releases.

6.20.0.3

Changelog:

  • http4k-ai-mcp-*: [Fix] Fix up missing extension (accidentally removed).

6.20.0.2

Changelog:

  • http4k-ai-mcp-*: [Fix] Add session id to output in HttpNonStreaming mode

6.20.0.1

Changelog:

  • http4k-ai-mcp-*: [Fix] Some MCP clients require a 200 instead of a 202 in MCP responses (that are stateless)

6.20.0.0

Changelog:

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-*: [Breaking] Non-streaming mode spec: Alignment with the MCP spec to be compatible with clients such as Claude Desktop (change to the spec to not support JSON RPC). This simplifies integration points.

6.19.0.0

Changelog:

  • http4k-*: Upgrade versions, including JUnit to v6.0.0
  • http4k-ai-llm-gemini: Fix #1421. Make strict flag nullable for Gemini chat completions.

6.18.1.0

Changelog:

  • http4k-*: Upgrade versions
  • http4k-template-htmlflow: [New module] Typesafe templates using HTMLFlow. H/T @​BernardoPe
  • http4k-*: Handle additional connection issues in HTTP Clients. H/T @​alex859

6.18.0.1

Changelog:

  • http4k-*: Fix maven dependencies in published POMs

6.17.0.0

Changelog:

  • http4k-*: Upgrade versions
  • http4k-mcp-*: [Breaking] These modules are now living under their new coordinates in http4k-ai-mcp-*. Please change your imports and dependencies to reflect this.
  • http4k-web-datastar*: [Breaking] This is the post Datastar v1 release. The API has significantly changed to match the changes to D* mechanisms - most notably: Fragments are now called Elements, and the number of SSE events has been reduced from 5 to 2 (datastar-patch-elements and datastar-patch-signals). See the D* docs for more details. You can of course continue to use the old API by using an old version of this module.
  • http4k-connect-amazon-cognito [Breaking] Align RespondToAuthChallenge to the official doc. The ChallengeResponses in the response is now a Map<String, String> instead of the incorrect Map<ChallengeName, String>. H/T @​alphaho
  • http4k-testing-powerassert [New Module!] Power Assert is now bundled with Kotlin, so it's the perfect assertions library to use! This module provides assertions for http4k entities in your tests.
  • http4k-realtime-core: SseMessage.Event now supports retry field.
  • http4k-core*: Lenses, content negotiation & routing for accept-like header. H/T @​npryce
  • http4k-realtime-core: SseMessage now supports lens injection.

6.16.0.0

Changelog:

  • http4k-*: Upgrade versions, including Kotlin to 2.2.0
  • http4k-connect-amazon-route53 [New Module!] for basic hosted zone and record set management. H/T @​oharaandrew314
  • http4k-core: [Fix #1377] Add optional host matching for reverse proxy routing
  • http4k-format-dataframe: [Breaking] Upgrade to v1 beta build has resulted in API changes to the CSV and JSON objects. There are entirely new signatures so these will need to be migrated by hand. http4k-core: [Fix #1376: Unlikely Break] Fix SPA routing when it's mounted to a non-root path

... (truncated)

Changelog

Sourced from org.http4k:http4k-core's changelog.

v6.20.0.3

  • http4k-ai-mcp-*: [Fix] Fix up missing extension (accidentally removed).

v6.20.0.2

  • http4k-ai-mcp-*: [Fix] Add session id to output in HttpNonStreaming mode

v6.20.0.1

  • http4k-ai-mcp-*: [Fix] Some MCP clients require a 200 instead of a 202 in MCP responses (that are stateless)

v6.20.0.0

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-*: [Breaking] Non-streaming mode spec: Alignment with the MCP spec to be compatible with clients such as Claude Desktop (change to the spec to not support JSON RPC). This simplifies integration points.

v6.19.0.0

  • http4k-*: Upgrade versions, including JUnit to v6.0.0
  • http4k-ai-llm-gemini: Fix #1421. Make strict flag nullable for Gemini chat completions.

v6.18.1.0

  • http4k-*: Upgrade versions
  • http4k-server-helidon: [Unlikely break] Helidon upgrade has slightly changed behaviour around new lines in data events. Before, new lines would be put into multiple data events, now they are preserved in a single event.
  • http4k-template-htmlflow: [New module] Typesafe templates using HTMLFlow. H/T @​BernardoPe
  • http4k-*: Handle additional connection issues in HTTP Clients. H/T @​alex859

v6.18.0.1

  • http4k-*: Fix maven dependencies in published POMs

v6.18.0.0

  • http4k-*: Upgrade versions, including Kotlin to 2.2.20
  • http4k-core: Fix SPA routing bug with subroutes

v6.17.0.0

  • http4k-*: Upgrade versions
  • http4k-mcp-*: [Breaking] These modules are now living under their new coordinates in http4k-ai-mcp-*. Please change your imports and dependencies to reflect this.
  • http4k-web-datastar*: [Breaking] This is the post Datastar v1 release. The API has significantly changed to match the changes to D* mechanisms - most notably: Fragments are now called Elements, and the number of SSE events has been reduced from 5 to 2 (datastar-patch-elements and datastar-patch-signals). See the D* docs for more details. You can of course continue to use the old API by using an old version of this module.
  • http4k-connect-amazon-cognito [Breaking] Align RespondToAuthChallenge to the official doc. The ChallengeResponses in the response is now a Map<String, String> instead of the incorrect Map<ChallengeName, String>. H/T @​alphaho
  • http4k-testing-powerassert [New Module!] Power Assert is now bundled with Kotlin, so it's the perfect assertions library to use! This module provides assertions for http4k entities in your tests.
  • http4k-realtime-core: SseMessage.Event now supports retry field.
  • http4k-core*: Lenses, content negotiation & routing for accept-like header. H/T @​npryce
  • http4k-realtime-core: SseMessage now supports lens injection.

v6.16.0.0

  • http4k-*: Upgrade versions, including Kotlin to 2.2.0
  • http4k-connect-amazon-route53 [New Module!] for basic hosted zone and record set management. H/T @​oharaandrew314
  • http4k-core: [Fix #1377] Add optional host matching for reverse proxy routing
  • http4k-format-dataframe: [Breaking] Upgrade to v1 beta build has resulted in API changes to the CSV and JSON objects. There are entirely new signatures so these will need to be migrated by hand. http4k-core: [Fix #1376: Unlikely Break] Fix SPA routing when it's mounted to a non-root path http4k-client-apache: [Fix #1387] Handle NoHttpResponseException by returning SERVICE_UNAVAILABLE status
  • http4k-client-jetty: [Fix #1315: Unlikely Break] JettyClient to convert header value as it is, even for csv header value
  • http4k-client-okhttp: [Possible break] Upgrade to v5 of the client, which may involve API changes
  • http4k-core: Add Uri.credentials methods to get and set url-encoded credentials. H/T @​oharaandrew314

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [org.http4k:http4k-core](https://github.com/http4k/http4k) from 5.14.0.0 to 6.20.0.3.
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.14.0.0...6.20.0.3)

---
updated-dependencies:
- dependency-name: org.http4k:http4k-core
  dependency-version: 6.20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

Superseded by #2182.

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/gradle/run/http4k-hello-world/org.http4k-http4k-core-6.20.0.3 branch November 3, 2025 02:06
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.

1 participant