From bbc697eb0c01c17022dea81089fb808fe8bc1b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:33:20 +0000 Subject: [PATCH] chore(deps): bump org.http4k:http4k-bom from 5.13.2.0 to 5.27.0.0 Bumps [org.http4k:http4k-bom](https://github.com/http4k/http4k) from 5.13.2.0 to 5.27.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.13.2.0...5.27.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] --- webapp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/build.gradle.kts b/webapp/build.gradle.kts index 99a65cc..ffcaf98 100644 --- a/webapp/build.gradle.kts +++ b/webapp/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("io.arrow-kt:arrow-core") implementation("io.arrow-kt:arrow-fx-coroutines") - implementation(platform("org.http4k:http4k-bom:5.13.2.0")) + implementation(platform("org.http4k:http4k-bom:5.27.0.0")) implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-server-jetty") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")