Skip to content

Bump the all group with 3 updates#329

Merged
IRus merged 1 commit intomainfrom
dependabot/gradle/all-a8a61ec3d0
Mar 16, 2026
Merged

Bump the all group with 3 updates#329
IRus merged 1 commit intomainfrom
dependabot/gradle/all-a8a61ec3d0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps the all group with 3 updates: org.http4k:http4k-server-netty, com.networknt:json-schema-validator and io.micrometer:micrometer-registry-prometheus.

Updates org.http4k:http4k-server-netty from 6.32.0.0 to 6.34.0.0

Release notes

Sourced from org.http4k:http4k-server-netty's releases.

6.34.0.0

Changelog:

  • http4k-*: Upgrade versions
  • http4k-connect-x402: [New module!] Support for X402 payments protocol client. You'll need to plug in your own signer (use an OSS one such as web3j).
  • http4k-connect-x402-fake: [New module!] Fake implementation of X402 Facilitator for testing.
  • http4k-ops-opentelemetry: Added events implementation AutoOpenTelemetryEvents for plugging the http4k event system into OpenTelemetry backends. Supports both span-based and log events.
  • http4k-testing-webdriver: Include basic auth in requests from the WebDriver. H/T @​tamj0rd2
  • http4k-ai-mcp-sdk: Fix to allow for custom JSON types in MCP server tool responses.

6.33.0.0

Changelog:

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-*: [Deprecation] use mcp() as a replacement for mcpHttpStreaming() as this is now the standard implementation. Simple replacement
Changelog

Sourced from org.http4k:http4k-server-netty's changelog.

v6.34.0.0

  • http4k-*: Upgrade versions
  • http4k-connect-x402: [New module!] Support for X402 payments protocol client. You'll need to plug in your own signer (use an OSS one such as web3j).
  • http4k-connect-x402-fake: [New module!] Fake implementation of X402 Facilitator for testing.
  • http4k-ops-opentelemetry: Added events implementation AutoOpenTelemetryEvents for plugging the http4k event system into OpenTelemetry backends. Supports both span-based and log events.
  • http4k-testing-webdriver: Include basic auth in requests from the WebDriver. H/T @​tamj0rd2
  • http4k-ai-mcp-sdk: Fix to allow for custom JSON types in MCP server tool responses.

v6.33.0.0

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-*: [Deprecation] use mcp() as a replacement for mcpHttpStreaming() as this is now the standard implementation. Simple replacement
Commits

Updates com.networknt:json-schema-validator from 3.0.0 to 3.0.1

Release notes

Sourced from com.networknt:json-schema-validator's releases.

3.0.1- 2026-03-10

Added

Changed

Changelog

Sourced from com.networknt:json-schema-validator's changelog.

Change Log

All notable changes to this project will be documented in this file.

This format is based on Keep a Changelog.

This project does not adhere to Semantic Versioning and minor version changes can have incompatible API changes. These incompatible API changes will largely affect those who have custom validator or walker implementations. Those who just use the library to validate using the standard JSON Schema Draft specifications may not need changes.

[Unreleased]

Added

Changed

Changed

3.0.1- 2026-03-10

Added

Changed

3.0.0- 2025-12-13

Added

Changed

2.0.1- 2025-12-11

Added

Changed

2.0.0- 2025-10-25

Added

... (truncated)

Commits

Updates io.micrometer:micrometer-registry-prometheus from 1.16.3 to 1.16.4

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.16.4

🐞 Bug Fixes

  • Using context-propagation with a no-op Observation corrupts the current Observation #7200

📔 Documentation

  • Document (Default)MeterObservationHandler #6361
  • Document Jakarta Mail instrumentation #6485
  • Document statsd UDS config #5730

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye, @​kangdaeun1022, and @​seonghyeoklee

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 3 updates: [org.http4k:http4k-server-netty](https://github.com/http4k/http4k), [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) and [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer).


Updates `org.http4k:http4k-server-netty` from 6.32.0.0 to 6.34.0.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@6.32.0.0...6.34.0.0)

Updates `com.networknt:json-schema-validator` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@3.0.0...3.0.1)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.16.3 to 1.16.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.3...v1.16.4)

---
updated-dependencies:
- dependency-name: org.http4k:http4k-server-netty
  dependency-version: 6.34.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.networknt:json-schema-validator
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Mar 15, 2026
@IRus IRus merged commit 0d515f5 into main Mar 16, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-a8a61ec3d0 branch March 16, 2026 07:30
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

Development

Successfully merging this pull request may close these issues.

1 participant