From 2068a92038ecc22763f39965a9186d8195a9ec79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:59:05 +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.17.0.0 to 5.18.2.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.17.0.0...5.18.2.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 961707d..af7fc4c 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.17.0.0")) + implementation(platform("org.http4k:http4k-bom:5.18.2.0")) implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-client-apache")