From 793d1d99e08459ea2023bca855c86dc5180f3d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 08:33:43 +0100 Subject: [PATCH] chore(deps): Bump org.zalando:logbook-spring-boot-webflux-autoconfigure (#1062) Bumps [org.zalando:logbook-spring-boot-webflux-autoconfigure](https://github.com/zalando/logbook) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/zalando/logbook/releases) - [Changelog](https://github.com/zalando/logbook/blob/main/CHANGELOG.md) - [Commits](https://github.com/zalando/logbook/compare/3.7.0...3.7.1) --- updated-dependencies: - dependency-name: org.zalando:logbook-spring-boot-webflux-autoconfigure 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> --- api-gateway/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-gateway/build.gradle.kts b/api-gateway/build.gradle.kts index 02f70fcac..d6635fb63 100644 --- a/api-gateway/build.gradle.kts +++ b/api-gateway/build.gradle.kts @@ -7,7 +7,7 @@ plugins { dependencies { implementation("org.springframework.cloud:spring-cloud-starter-gateway") - implementation("org.zalando:logbook-spring-boot-webflux-autoconfigure:3.7.0") + implementation("org.zalando:logbook-spring-boot-webflux-autoconfigure:3.7.1") detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.3") }