From cc53ba30fb1e467bbe52c44d01b18d3646a67121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:14:41 +0000 Subject: [PATCH] chore(deps): bump org.zalando:logbook-spring-boot-starter Bumps [org.zalando:logbook-spring-boot-starter](https://github.com/zalando/logbook) from 3.5.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.5.0...3.7.1) --- updated-dependencies: - dependency-name: org.zalando:logbook-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce5be78..167c7a6 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-web" implementation "org.springframework.boot:spring-boot-starter-actuator" implementation "org.zalando:logbook-logstash:3.4.0" - implementation "org.zalando:logbook-spring-boot-starter:3.5.0" + implementation "org.zalando:logbook-spring-boot-starter:3.7.1" testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.springframework.boot:spring-boot-starter-web"