From 3d3d03543f30bc930c74be4191f48dac84643074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:01:55 +0000 Subject: [PATCH] chore(deps): bump org.http4k:http4k-bom from 6.54.0.0 to 6.55.0.0 Bumps [org.http4k:http4k-bom](https://github.com/http4k/http4k) from 6.54.0.0 to 6.55.0.0. - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](https://github.com/http4k/http4k/compare/6.54.0.0...6.55.0.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-bom dependency-version: 6.55.0.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 104b587..c58cc60 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ repositories { } dependencies { - implementation(platform("org.http4k:http4k-bom:6.54.0.0")) + implementation(platform("org.http4k:http4k-bom:6.55.0.0")) implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-server-jetty") implementation("org.http4k:http4k-template-core")