Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps org.http4k:http4k-bom from 5.47.0.0 to 6.0.1.0.

Release notes

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

6.0.1.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-format-moshi : [Fix #1291] Moshi + ProtocolStatus Serialization Exception
  • http4k-tools-hotreload : [Fix #1290] Hot Reload Module does not work in Windows

6.0.0.0

Changelog:

  • http4k-* : [License update] Selected "Pro-tier" modules will start to be introduced under the new http4k commercial license. These modules remain freely available for personal and academic purposes, and bear the new org.http4k.pro Maven coordinate group to distinguish them from the open-source modules.
  • http4k-* : [Breaking] Minimum Java version is now 21. Java versions 8-20 support is provided through our LTS programme available through the commercial version of http4k. Please see: https://www.http4k.org/enterprise/
  • http4k-* : [Breaking] Repackaging/splitting code into new modules coordinates. See the mapping grid below:
SOURCE MODULE - v5.X.X.X DESTINATION MODULE(S) - v6.X.X.X
http4k-aws http4k-platform-aws
http4k-azure http4k-platform-azure
http4k-cloudevents http4k-api-cloudevents
http4k-cloudnative Split into http4k-config, http4k-platform-core, http4k-platform-k8s
http4k-contract http4k-api-openapi
http4k-contract-jsonschema http4k-api-jsonschema
http4k-contract-ui-redoc http4k-api-ui-redoc
http4k-contract-ui-swagger http4k-api-ui-swagger
http4k-failsafe http4k-ops-failsafe
http4k-gcp http4k-platform-gcp
http4k-graphql http4k-api-graphql
http4k-htmx http4k-web-htmx
http4k-jsonrpc http4k-api-jsonrpc
http4k-metrics-micrometer http4k-ops-micrometer
http4k-opentelemetry http4k-ops-opentelemetry
http4k-resilience4j http4k-ops-resilience4j
  • http4k-* : [Breaking] Complete rewrite of the routing logic to work identically across HTTP, WS and SSE. Mostly backwards compatible, but some small may be required if you are referencing low level routing classes.
  • http4k-* : [Breaking] Removal of all deprecations. See the migration guide for more details.
  • http4k-core : [Breaking] regex lens now returns the entire matched string. To match groups, use regexGroup instead.
  • http4k-contract : [Breaking] withPostSecurityFilter() removed as is part of the contract DSL.
  • http4k-realtime-core : [Breaking] From above, repackaging of SSE and Websocket routing and filters.
  • http4k-connect-amazon-kms : [Breaking] CustomerKeySpec removed and replaced with KeySpec (as per AWS deprecations)
  • http4k-server : [Breaking] For consistency, all server configurations have been simplified to only support only simple examples. Anything more convoluted should be handled by user implementations.
  • http4k-api-contract : [Breaking] Security implementations moved from contract to security-core. This has involved repackaging them, but the APIs remain the same.
  • http4k-api-jsonrpc : [Breaking] Repackaging of some classes - APIs remain the same.
  • http4k-cloudnative : [Breaking] Code has moved to a combination of http4k-config, http4k-platform-core and http4k-platform-k8s modules.
  • http4k-* : [Unlikely Break] Upgrades all dependencies to latest versions. This may involve API changes if you are reliant on APIs in previous versions.
  • http4k-format-moshi : [Unlikely break/Enhancement] Support for MoshiLong as well as MoshiInteger. This has improved the handling of longs when using the MoshiNode types.
  • http4k-serverless-* : [Unlikely break] Replacement of serverless Context system to use new RequestKey mechanism.
  • http4k-core : [Replacement/Upgrade] RequestContextKey mechanism replaced with new simpler RequestKey lenses. This obliviates the need for the old InitializeRequestContext mechanism and filter
  • http4k-server-helidon : [Fix] SSE implementation now cleans up SSE connections correctly on close.
  • http4k-* : [Enhancement] Unified the Events for HTTP, WS and SSE to use the same ProtocolEvent type for tracing and logging transactions.
  • http4k-realtime-core : [Enhancement] Added ability to use debugging filters for both SSE and WebSockets.
  • http4k-realtime-core : [Enhancement] New DSL for defining Polyhandlers for routing to different types of HTTP/SSE/Websocket protocols connections. Use poly().
  • http4k-realtime-core : [Enhancement] SSE client for connecting to Server-sent events. Includes configurable auto-reconnection modes.

... (truncated)

Changelog

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

v6.0.1.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-format-moshi : [Fix #1291] Moshi + ProtocolStatus Serialization Exception
  • http4k-tools-hotreload : [Fix #1290] Hot Reload Module does not work in Windows

v6.0.0.0

  • http4k-* : [License update] Selected "Pro-tier" modules will start to be introduced under the new http4k commercial license. These modules remain freely available for personal and academic purposes, and bear the new org.http4k.pro Maven coordinate group to distinguish them from the open-source modules.
  • http4k-* : [Breaking] Minimum Java version is now 21. Java versions 8-20 support is provided through our LTS programme available through the commercial version of http4k. Please see: https://www.http4k.org/enterprise/
  • http4k-* : [Breaking] Repackaging/splitting code into new modules coordinates. See the mapping grid below:
SOURCE MODULE - v5.X.X.X DESTINATION MODULE(S) - v6.X.X.X
http4k-aws http4k-platform-aws
http4k-azure http4k-platform-azure
http4k-cloudevents http4k-api-cloudevents
http4k-cloudnative Split into http4k-config, http4k-platform-core, http4k-platform-k8s
http4k-contract http4k-api-openapi
http4k-contract-jsonschema http4k-api-jsonschema
http4k-contract-ui-redoc http4k-api-ui-redoc
http4k-contract-ui-swagger http4k-api-ui-swagger
http4k-failsafe http4k-ops-failsafe
http4k-gcp http4k-platform-gcp
http4k-graphql http4k-api-graphql
http4k-htmx http4k-web-htmx
http4k-jsonrpc http4k-api-jsonrpc
http4k-metrics-micrometer http4k-ops-micrometer
http4k-opentelemetry http4k-ops-opentelemetry
http4k-resilience4j http4k-ops-resilience4j
  • http4k-* : [Breaking] Complete rewrite of the routing logic to work identically across HTTP, WS and SSE. Mostly backwards compatible, but some small may be required if you are referencing low level routing classes.
  • http4k-* : [Breaking] Removal of all deprecations. See the migration guide for more details.
  • http4k-core : [Breaking] regex lens now returns the entire matched string. To match groups, use regexGroup instead.
  • http4k-contract : [Breaking] withPostSecurityFilter() removed as is part of the contract DSL.
  • http4k-realtime-core : [Breaking] From above, repackaging of SSE and Websocket routing and filters.
  • http4k-connect-amazon-kms : [Breaking] CustomerKeySpec removed and replaced with KeySpec (as per AWS deprecations)
  • http4k-server : [Breaking] For consistency, all server configurations have been simplified to only support only simple examples. Anything more convoluted should be handled by user implementations.
  • http4k-api-contract : [Breaking] Security implementations moved from contract to security-core. This has involved repackaging them, but the APIs remain the same.
  • http4k-api-jsonrpc : [Breaking] Repackaging of some classes - APIs remain the same.
  • http4k-cloudnative : [Breaking] Code has moved to a combination of http4k-config, http4k-platform-core and http4k-platform-k8s modules.
  • http4k-* : [Unlikely Break] Upgrades all dependencies to latest versions. This may involve API changes if you are reliant on APIs in previous versions.
  • http4k-format-moshi : [Unlikely break/Enhancement] Support for MoshiLong as well as MoshiInteger. This has improved the handling of longs when using the MoshiNode types.
  • http4k-serverless-* : [Unlikely break] Replacement of serverless Context system to use new RequestKey mechanism.
  • http4k-core : [Replacement/Upgrade] RequestContextKey mechanism replaced with new simpler RequestKey lenses. This obliviates the need for the old InitializeRequestContext mechanism and filter
  • http4k-server-helidon : [Fix] SSE implementation now cleans up SSE connections correctly on close.
  • http4k-* : [Enhancement] Unified the Events for HTTP, WS and SSE to use the same ProtocolEvent type for tracing and logging transactions.
  • http4k-realtime-core : [Enhancement] Added ability to use debugging filters for both SSE and WebSockets.
  • http4k-realtime-core : [Enhancement] New DSL for defining Polyhandlers for routing to different types of HTTP/SSE/Websocket protocols connections. Use poly().
  • http4k-realtime-core : [Enhancement] SSE client for connecting to Server-sent events. Includes configurable auto-reconnection modes.
  • http4k-format-moshi : [Enhancement] Support for Data4k containers for Moshi.
  • http4k-tools-hotreload : [New Pro module!] Work with any http4k-based application without restarting the server. Includes browser reloading when working with web-based code, assets and templates. Extensible with custom rebuild logic - ships with Gradle support.

... (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-bom](https://github.com/http4k/http4k) from 5.47.0.0 to 6.0.1.0.
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.47.0.0...6.0.1.0)

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

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 Feb 21, 2025
@oldratlee oldratlee merged commit 514d026 into master Feb 21, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.http4k-http4k-bom-6.0.1.0 branch February 21, 2025 13:31
oldratlee pushed a commit that referenced this pull request Sep 4, 2025
bump http4k-bom from 5.13.7.0 to 5.13.8.0 (#188)
bump http4k-bom from 5.13.8.0 to 5.13.9.0 (#189)
bump kotlin.version from 1.9.22 to 1.9.23 (#190)
bump http4k-bom from 5.13.9.0 to 5.14.0.0 (#191)
bump http4k-bom from 5.14.0.0 to 5.14.1.0 (#192)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#193)
bump http4k-bom from 5.14.1.0 to 5.14.4.0 (#194)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#195)
bump http4k-bom from 5.14.4.0 to 5.15.0.0 (#196)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#197)
bump http4k-bom from 5.15.0.0 to 5.16.0.0 (#198)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#199)
bump http4k-bom from 5.16.0.0 to 5.16.1.0 (#200)
bump http4k-bom from 5.16.1.0 to 5.16.2.0 (#201)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#203)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#204)
bump http4k-bom from 5.16.2.0 to 5.18.1.0 (#205)
bump http4k-bom from 5.18.1.0 to 5.18.2.0 (#206)
bump kotlin.version from 1.9.23 to 1.9.24 (#207)
bump kotlinx-coroutines-bom (#208)
bump http4k-bom from 5.18.2.0 to 5.19.0.0 (#209)
bump http4k-bom from 5.19.0.0 to 5.20.0.0 (#210)
bump kotlin.version from 1.9.24 to 2.0.0 (#211)
bump http4k-bom from 5.20.0.0 to 5.21.0.0 (#212)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#213)
bump http4k-bom from 5.21.0.0 to 5.21.1.0 (#214)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#215)
bump http4k-bom from 5.21.1.0 to 5.22.0.0 (#216)
bump http4k-bom from 5.22.0.0 to 5.23.0.0 (#217)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#218)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#219)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#220)
bump http4k-bom from 5.23.0.0 to 5.24.0.0 (#221)
bump junit-bom from 5.10.2 to 5.10.3 (#222)
bump http4k-bom from 5.24.0.0 to 5.24.1.0 (#223)
bump http4k-bom from 5.24.1.0 to 5.25.0.0 (#224)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#225)
bump http4k-bom from 5.25.0.0 to 5.26.0.0 (#226)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#227)
bump http4k-bom from 5.26.0.0 to 5.26.1.0 (#228)
bump kotlin.version from 2.0.0 to 2.0.10 (#229)
bump http4k-bom from 5.26.1.0 to 5.27.0.0 (#230)
bump junit-bom from 5.10.3 to 5.11.0 (#231)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#232)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#233)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#234)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#235)
bump http4k-bom from 5.27.0.0 to 5.28.0.0 (#236)
bump http4k-bom from 5.28.0.0 to 5.28.1.0 (#237)
bump kotlin.version from 2.0.10 to 2.0.20 (#238)
bump http4k-bom from 5.28.1.0 to 5.29.0.0 (#239)
bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#240)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#241)
bump http4k-bom from 5.29.0.0 to 5.30.0.0 (#242)
bump kotlinx-coroutines-bom from 1.8.1 to 1.9.0 (#243)
bump http4k-bom from 5.30.0.0 to 5.30.1.0 (#244)
bump http4k-bom from 5.30.1.0 to 5.31.0.0 (#245)
bump http4k-bom from 5.31.0.0 to 5.31.1.0 (#246)
bump junit-bom from 5.11.0 to 5.11.1 (#247)
bump http4k-bom from 5.31.1.0 to 5.32.1.0 (#248)
bump maven-javadoc-plugin from 3.10.0 to 3.10.1 (#249)
bump http4k-bom from 5.32.1.0 to 5.32.2.0 (#250)
bump http4k-bom from 5.32.2.0 to 5.32.3.0 (#251)
bump junit-bom from 5.11.1 to 5.11.2 (#252)
bump maven-surefire-plugin from 3.5.0 to 3.5.1 (#253)
bump http4k-bom from 5.32.3.0 to 5.32.4.0 (#254)
bump kotlin.version from 2.0.20 to 2.0.21 (#255)
bump junit-bom from 5.11.2 to 5.11.3 (#256)
bump maven-site-plugin from 3.20.0 to 3.21.0 (#257)
bump http4k-bom from 5.32.4.0 to 5.33.0.0 (#258)
bump http4k-bom from 5.33.0.0 to 5.33.0.1 (#259)
bump maven-javadoc-plugin from 3.10.1 to 3.11.1 (#260)
bump maven-surefire-plugin from 3.5.1 to 3.5.2 (#261)
bump http4k-bom from 5.33.0.1 to 5.33.1.0 (#262)
bump http4k-bom from 5.33.1.0 to 5.34.0.0 (#263)
bump http4k-bom from 5.34.0.0 to 5.34.1.0 (#264)
bump http4k-bom from 5.34.1.0 to 5.35.1.0 (#265)
bump http4k-bom from 5.35.1.0 to 5.35.2.0 (#266)
bump http4k-bom from 5.35.2.0 to 5.35.4.0 (#267)
bump http4k-bom from 5.35.4.0 to 5.35.5.0 (#268)
bump http4k-bom from 5.35.5.0 to 5.36.0.0 (#269)
bump kotlin.version from 2.0.21 to 2.1.0 (#270)
bump http4k-bom from 5.36.0.0 to 5.37.1.1 (#271)
bump http4k-bom from 5.37.1.1 to 5.38.0.0 (#273)
bump maven-javadoc-plugin from 3.11.1 to 3.11.2 (#272)
bump http4k-bom from 5.38.0.0 to 5.39.0.0 (#274)
bump http4k-bom from 5.39.0.0 to 5.40.0.0 (#275)
bump http4k-bom from 5.40.0.0 to 5.41.0.0 (#276)
bump junit-bom from 5.11.3 to 5.11.4 (#277)
bump kotlinx-coroutines-bom from 1.9.0 to 1.10.0 (#278)
bump kotlinx-coroutines-bom from 1.10.0 to 1.10.1 (#279)
bump http4k-bom from 5.41.0.0 to 5.42.0.0 (#280)
bump http4k-bom from 5.42.0.0 to 5.43.0.0 (#281)
bump http4k-bom from 5.43.0.0 to 5.44.3.0 (#282)
bump http4k-bom from 5.44.3.0 to 5.45.0.0 (#283)
bump http4k-bom from 5.45.0.0 to 5.45.1.0 (#284)
bump http4k-bom from 5.45.1.0 to 5.45.2.0 (#285)
bump http4k-bom from 5.45.2.0 to 5.46.0.0 (#286)
bump kotlin.version from 2.1.0 to 2.1.10 (#287)
bump http4k-bom from 5.46.0.0 to 5.47.0.0 (#288)
bump maven-clean-plugin from 3.4.0 to 3.4.1 (#290)
bump http4k-bom from 5.47.0.0 to 6.0.1.0 (#292)
bump maven-compiler-plugin from 3.13.0 to 3.14.0 (#291)
bump junit-bom from 5.11.4 to 5.12.0 (#293)
bump maven-deploy-plugin from 3.1.3 to 3.1.4 (#294)
bump maven-install-plugin from 3.1.3 to 3.1.4 (#295)
bump http4k-bom from 6.0.1.0 to 6.1.0.0 (#296)
bump http4k-bom from 6.1.0.0 to 6.1.0.1 (#297)
bump junit-bom from 5.12.0 to 5.12.1 (#298)
bump kotlin.version from 2.1.10 to 2.1.20 (#299)
bump http4k-bom from 6.1.0.1 to 6.2.0.0 (#300)
bump http4k-bom from 6.2.0.0 to 6.4.0.0 (#301)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#302)
bump http4k-bom from 6.4.0.0 to 6.5.1.0 (#304)
bump http4k-bom from 6.5.1.0 to 6.5.2.0 (#305)
bump http4k-bom from 6.5.2.0 to 6.5.3.0 (#306)
bump kotlinx-coroutines-bom from 1.10.1 to 1.10.2 (#307)
bump http4k-bom from 6.5.3.0 to 6.5.4.0 (#308)
bump http4k-bom from 6.5.4.0 to 6.5.6.1 (#309)
bump junit-bom from 5.12.1 to 5.12.2 (#310)
bump http4k-bom from 6.5.6.1 to 6.6.0.1 (#311)
bump http4k-bom from 6.6.0.1 to 6.8.0.0 (#314)
bump http4k-bom from 6.8.0.0 to 6.9.0.0 (#315)
bump kotlin.version from 2.1.20 to 2.1.21 (#316)
bump http4k-bom from 6.9.0.0 to 6.9.2.0 (#318)
bump http4k-bom from 6.9.2.0 to 6.10.0.0 (#319)
bump http4k-bom from 6.10.0.0 to 6.10.2.0 (#321)
bump junit-bom from 5.12.2 to 5.13.0 (#320)
bump maven-clean-plugin from 3.4.1 to 3.5.0 (#322)
bump http4k-bom from 6.10.2.0 to 6.12.0.0 (#324)
bump junit-bom from 5.13.0 to 5.13.1 (#325)
bump http4k-bom from 6.12.0.0 to 6.13.0.0 (#326)
bump http4k-bom from 6.13.0.0 to 6.14.0.0 (#327)
bump http4k-bom from 6.14.0.0 to 6.15.0.1 (#328)
bump junit-bom from 5.13.1 to 5.13.2 (#330)
bump junit-bom from 5.13.2 to 5.13.3 (#333)
bump http4k-bom from 6.15.0.1 to 6.15.1.0 (#331)
bump maven-enforcer-plugin from 3.5.0 to 3.6.0 (#332)
bump maven-enforcer-plugin from 3.6.0 to 3.6.1 (#334)
bump junit-bom from 5.13.3 to 5.13.4 (#335)
bump actions/checkout from 4 to 5 (#336)
bump kotlin.version from 2.2.0 to 2.2.10 (#337)
bump maven-javadoc-plugin from 3.11.2 to 3.11.3 (#338)
bump actions/setup-java from 4 to 5 (#339)
bump http4k-bom from 6.15.1.0 to 6.16.0.0 (#340)
oldratlee pushed a commit that referenced this pull request Sep 19, 2025
bump http4k-bom from 5.13.7.0 to 5.13.8.0 (#188)
bump http4k-bom from 5.13.8.0 to 5.13.9.0 (#189)
bump kotlin.version from 1.9.22 to 1.9.23 (#190)
bump http4k-bom from 5.13.9.0 to 5.14.0.0 (#191)
bump http4k-bom from 5.14.0.0 to 5.14.1.0 (#192)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#193)
bump http4k-bom from 5.14.1.0 to 5.14.4.0 (#194)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#195)
bump http4k-bom from 5.14.4.0 to 5.15.0.0 (#196)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#197)
bump http4k-bom from 5.15.0.0 to 5.16.0.0 (#198)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#199)
bump http4k-bom from 5.16.0.0 to 5.16.1.0 (#200)
bump http4k-bom from 5.16.1.0 to 5.16.2.0 (#201)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#203)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#204)
bump http4k-bom from 5.16.2.0 to 5.18.1.0 (#205)
bump http4k-bom from 5.18.1.0 to 5.18.2.0 (#206)
bump kotlin.version from 1.9.23 to 1.9.24 (#207)
bump kotlinx-coroutines-bom (#208)
bump http4k-bom from 5.18.2.0 to 5.19.0.0 (#209)
bump http4k-bom from 5.19.0.0 to 5.20.0.0 (#210)
bump kotlin.version from 1.9.24 to 2.0.0 (#211)
bump http4k-bom from 5.20.0.0 to 5.21.0.0 (#212)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#213)
bump http4k-bom from 5.21.0.0 to 5.21.1.0 (#214)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#215)
bump http4k-bom from 5.21.1.0 to 5.22.0.0 (#216)
bump http4k-bom from 5.22.0.0 to 5.23.0.0 (#217)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#218)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#219)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#220)
bump http4k-bom from 5.23.0.0 to 5.24.0.0 (#221)
bump junit-bom from 5.10.2 to 5.10.3 (#222)
bump http4k-bom from 5.24.0.0 to 5.24.1.0 (#223)
bump http4k-bom from 5.24.1.0 to 5.25.0.0 (#224)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#225)
bump http4k-bom from 5.25.0.0 to 5.26.0.0 (#226)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#227)
bump http4k-bom from 5.26.0.0 to 5.26.1.0 (#228)
bump kotlin.version from 2.0.0 to 2.0.10 (#229)
bump http4k-bom from 5.26.1.0 to 5.27.0.0 (#230)
bump junit-bom from 5.10.3 to 5.11.0 (#231)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#232)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#233)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#234)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#235)
bump http4k-bom from 5.27.0.0 to 5.28.0.0 (#236)
bump http4k-bom from 5.28.0.0 to 5.28.1.0 (#237)
bump kotlin.version from 2.0.10 to 2.0.20 (#238)
bump http4k-bom from 5.28.1.0 to 5.29.0.0 (#239)
bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#240)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#241)
bump http4k-bom from 5.29.0.0 to 5.30.0.0 (#242)
bump kotlinx-coroutines-bom from 1.8.1 to 1.9.0 (#243)
bump http4k-bom from 5.30.0.0 to 5.30.1.0 (#244)
bump http4k-bom from 5.30.1.0 to 5.31.0.0 (#245)
bump http4k-bom from 5.31.0.0 to 5.31.1.0 (#246)
bump junit-bom from 5.11.0 to 5.11.1 (#247)
bump http4k-bom from 5.31.1.0 to 5.32.1.0 (#248)
bump maven-javadoc-plugin from 3.10.0 to 3.10.1 (#249)
bump http4k-bom from 5.32.1.0 to 5.32.2.0 (#250)
bump http4k-bom from 5.32.2.0 to 5.32.3.0 (#251)
bump junit-bom from 5.11.1 to 5.11.2 (#252)
bump maven-surefire-plugin from 3.5.0 to 3.5.1 (#253)
bump http4k-bom from 5.32.3.0 to 5.32.4.0 (#254)
bump kotlin.version from 2.0.20 to 2.0.21 (#255)
bump junit-bom from 5.11.2 to 5.11.3 (#256)
bump maven-site-plugin from 3.20.0 to 3.21.0 (#257)
bump http4k-bom from 5.32.4.0 to 5.33.0.0 (#258)
bump http4k-bom from 5.33.0.0 to 5.33.0.1 (#259)
bump maven-javadoc-plugin from 3.10.1 to 3.11.1 (#260)
bump maven-surefire-plugin from 3.5.1 to 3.5.2 (#261)
bump http4k-bom from 5.33.0.1 to 5.33.1.0 (#262)
bump http4k-bom from 5.33.1.0 to 5.34.0.0 (#263)
bump http4k-bom from 5.34.0.0 to 5.34.1.0 (#264)
bump http4k-bom from 5.34.1.0 to 5.35.1.0 (#265)
bump http4k-bom from 5.35.1.0 to 5.35.2.0 (#266)
bump http4k-bom from 5.35.2.0 to 5.35.4.0 (#267)
bump http4k-bom from 5.35.4.0 to 5.35.5.0 (#268)
bump http4k-bom from 5.35.5.0 to 5.36.0.0 (#269)
bump kotlin.version from 2.0.21 to 2.1.0 (#270)
bump http4k-bom from 5.36.0.0 to 5.37.1.1 (#271)
bump http4k-bom from 5.37.1.1 to 5.38.0.0 (#273)
bump maven-javadoc-plugin from 3.11.1 to 3.11.2 (#272)
bump http4k-bom from 5.38.0.0 to 5.39.0.0 (#274)
bump http4k-bom from 5.39.0.0 to 5.40.0.0 (#275)
bump http4k-bom from 5.40.0.0 to 5.41.0.0 (#276)
bump junit-bom from 5.11.3 to 5.11.4 (#277)
bump kotlinx-coroutines-bom from 1.9.0 to 1.10.0 (#278)
bump kotlinx-coroutines-bom from 1.10.0 to 1.10.1 (#279)
bump http4k-bom from 5.41.0.0 to 5.42.0.0 (#280)
bump http4k-bom from 5.42.0.0 to 5.43.0.0 (#281)
bump http4k-bom from 5.43.0.0 to 5.44.3.0 (#282)
bump http4k-bom from 5.44.3.0 to 5.45.0.0 (#283)
bump http4k-bom from 5.45.0.0 to 5.45.1.0 (#284)
bump http4k-bom from 5.45.1.0 to 5.45.2.0 (#285)
bump http4k-bom from 5.45.2.0 to 5.46.0.0 (#286)
bump kotlin.version from 2.1.0 to 2.1.10 (#287)
bump http4k-bom from 5.46.0.0 to 5.47.0.0 (#288)
bump maven-clean-plugin from 3.4.0 to 3.4.1 (#290)
bump http4k-bom from 5.47.0.0 to 6.0.1.0 (#292)
bump maven-compiler-plugin from 3.13.0 to 3.14.0 (#291)
bump junit-bom from 5.11.4 to 5.12.0 (#293)
bump maven-deploy-plugin from 3.1.3 to 3.1.4 (#294)
bump maven-install-plugin from 3.1.3 to 3.1.4 (#295)
bump http4k-bom from 6.0.1.0 to 6.1.0.0 (#296)
bump http4k-bom from 6.1.0.0 to 6.1.0.1 (#297)
bump junit-bom from 5.12.0 to 5.12.1 (#298)
bump kotlin.version from 2.1.10 to 2.1.20 (#299)
bump http4k-bom from 6.1.0.1 to 6.2.0.0 (#300)
bump http4k-bom from 6.2.0.0 to 6.4.0.0 (#301)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#302)
bump http4k-bom from 6.4.0.0 to 6.5.1.0 (#304)
bump http4k-bom from 6.5.1.0 to 6.5.2.0 (#305)
bump http4k-bom from 6.5.2.0 to 6.5.3.0 (#306)
bump kotlinx-coroutines-bom from 1.10.1 to 1.10.2 (#307)
bump http4k-bom from 6.5.3.0 to 6.5.4.0 (#308)
bump http4k-bom from 6.5.4.0 to 6.5.6.1 (#309)
bump junit-bom from 5.12.1 to 5.12.2 (#310)
bump http4k-bom from 6.5.6.1 to 6.6.0.1 (#311)
bump http4k-bom from 6.6.0.1 to 6.8.0.0 (#314)
bump http4k-bom from 6.8.0.0 to 6.9.0.0 (#315)
bump kotlin.version from 2.1.20 to 2.1.21 (#316)
bump http4k-bom from 6.9.0.0 to 6.9.2.0 (#318)
bump http4k-bom from 6.9.2.0 to 6.10.0.0 (#319)
bump http4k-bom from 6.10.0.0 to 6.10.2.0 (#321)
bump junit-bom from 5.12.2 to 5.13.0 (#320)
bump maven-clean-plugin from 3.4.1 to 3.5.0 (#322)
bump http4k-bom from 6.10.2.0 to 6.12.0.0 (#324)
bump junit-bom from 5.13.0 to 5.13.1 (#325)
bump http4k-bom from 6.12.0.0 to 6.13.0.0 (#326)
bump http4k-bom from 6.13.0.0 to 6.14.0.0 (#327)
bump http4k-bom from 6.14.0.0 to 6.15.0.1 (#328)
bump junit-bom from 5.13.1 to 5.13.2 (#330)
bump junit-bom from 5.13.2 to 5.13.3 (#333)
bump http4k-bom from 6.15.0.1 to 6.15.1.0 (#331)
bump maven-enforcer-plugin from 3.5.0 to 3.6.0 (#332)
bump maven-enforcer-plugin from 3.6.0 to 3.6.1 (#334)
bump junit-bom from 5.13.3 to 5.13.4 (#335)
bump actions/checkout from 4 to 5 (#336)
bump kotlin.version from 2.2.0 to 2.2.10 (#337)
bump maven-javadoc-plugin from 3.11.2 to 3.11.3 (#338)
bump actions/setup-java from 4 to 5 (#339)
bump http4k-bom from 6.15.1.0 to 6.16.0.0 (#340)
bump http4k-bom from 6.16.0.0 to 6.17.0.0 (#341)
bump kotlin.version from 2.2.10 to 2.2.20 (#342)
bump http4k-bom from 6.17.0.0 to 6.18.0.1 (#343)
bump maven-surefire-plugin from 3.5.3 to 3.5.4 (#344)
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