From a55a19605efa4da46c523632a3da41eaf066f913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:44:58 -0700 Subject: [PATCH] chore(deps): bump org.http4k:http4k-core in /run/http4k-hello-world (#839) Bumps [org.http4k:http4k-core](https://github.com/http4k/http4k) from 5.11.1.0 to 5.12.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.11.1.0...5.12.0.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- run/http4k-hello-world/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/http4k-hello-world/build.gradle.kts b/run/http4k-hello-world/build.gradle.kts index 21f81391..ff8b814e 100644 --- a/run/http4k-hello-world/build.gradle.kts +++ b/run/http4k-hello-world/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation("org.http4k:http4k-core:5.11.1.0") + implementation("org.http4k:http4k-core:5.12.0.0") implementation("org.http4k:http4k-server-undertow:5.12.0.0") }