From 7c3042eadc6c7e958874eae79fe123d23bcd6dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:53:44 +0000 Subject: [PATCH] chore(gradle): bump org.http4k:http4k-bom in /mock-api Bumps [org.http4k:http4k-bom](https://github.com/http4k/http4k) from 5.45.2.0 to 5.46.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/5.45.2.0...5.46.0.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mock-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mock-api/build.gradle.kts b/mock-api/build.gradle.kts index ef892ac..2379517 100644 --- a/mock-api/build.gradle.kts +++ b/mock-api/build.gradle.kts @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation(platform("org.http4k:http4k-bom:5.45.2.0")) + implementation(platform("org.http4k:http4k-bom:5.46.0.0")) implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-client-apache")