From 56dfeea34e93b1f1f95c213989ceef0d43f7e855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:22:26 +0000 Subject: [PATCH] chore(deps): bump org.http4k:http4k-bom from 5.13.2.0 to 5.21.1.0 Bumps [org.http4k:http4k-bom](https://github.com/http4k/http4k) from 5.13.2.0 to 5.21.1.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.21.1.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..656ed0c 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.21.1.0")) implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-server-jetty") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")