From 768f773d8245268e50823009dcdecbd76c4cd3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:40:46 -0700 Subject: [PATCH] chore(deps): bump org.http4k:http4k-core in /run/http4k-hello-world (#949) Bumps [org.http4k:http4k-core](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-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 012e470a..dd0948d9 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.13.6.1") + implementation("org.http4k:http4k-core:5.13.7.0") implementation("org.http4k:http4k-server-undertow:5.13.7.0") }