From d01aebfa8613da802d152f7d6b543fa2de2ff93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:12:18 +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.13.6.1 to 5.13.7.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.13.6.1...5.13.7.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 6203f90..b760749 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.13.6.1")) + implementation(platform("org.http4k:http4k-bom:5.13.7.0")) implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-client-apache")