From 0964a54054eec6640286aa7f0afd4b4c93d5a337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:53:51 +0000 Subject: [PATCH] Bump org.http4k:http4k-bom from 5.44.2.0 to 5.45.1.0 Bumps [org.http4k:http4k-bom](https://github.com/http4k/http4k) from 5.44.2.0 to 5.45.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.44.2.0...5.45.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 92c3e23..4b15d62 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ repositories { dependencies { // implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.0") - implementation(platform("org.http4k:http4k-bom:5.44.2.0")) + implementation(platform("org.http4k:http4k-bom:5.45.1.0")) implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-server-jetty") implementation("org.http4k:http4k-template-core")