Bump org.zalando:logbook-spring-boot-starter from 3.6.0 to 3.12.0
Closed
Number: #14
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: None
Comments: 1
Association: None
Comments: 1
Created:
May 25, 2025 at 02:40 PM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
June 02, 2025 at 02:39 PM UTC
(about 1 year ago)
(about 1 year ago)
Closed:
June 02, 2025 at 02:39 PM UTC
(about 1 year ago)
(about 1 year ago)
Time to Close:
8 days
Labels:
dependencies java
dependencies java
Description:
Bumps org.zalando:logbook-spring-boot-starter from 3.6.0 to 3.12.0.
Release notes
Sourced from org.zalando:logbook-spring-boot-starter's releases.
3.12.0
Fixed bugs:
- Strategy 'BodyOnlyIfStatusAtLeastStrategy' does not log request attributes #2024
- Logbook logging Request info but not response #1897
- Missing logs in case of errors #2053
- Logbook not working with Spring Boot 3.3.x + Webflux #2064
Merged pull requests:
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 #2083 (dependabot[bot])
- Bump jackson.version from 2.18.3 to 2.19.0 #2082 (dependabot[bot])
- Bump spring-boot.version from 3.4.4 to 3.4.5 #2081 (dependabot[bot])
- Bump org.springframework:spring-framework-bom from 6.2.5 to 6.2.6 #2078 (dependabot[bot])
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 #2077 (dependabot[bot])
- Bump net.logstash.logback:logstash-logback-encoder from 8.0 to 8.1 #2076 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 #2075 (dependabot[bot])
- Bump io.github.openfeign:feign-core from 13.5 to 13.6 #2074 (dependabot[bot])
- Bump org.projectlombok:lombok from 1.18.36 to 1.18.38 #2073 (dependabot[bot])
- Bump spring-boot.version from 3.4.3 to 3.4.4 #2072 (dependabot[bot])
- Bump ktor.version from 3.1.1 to 3.1.2 #2071 (dependabot[bot])
- Bump junit.version from 5.12.1 to 5.12.2 #2070 (dependabot[bot])
- Bump com.squareup.okio:okio from 3.10.2 to 3.11.0 #2069 (dependabot[bot])
- Refactor response processing in LogbookServerFilter #2068 (msdousti)
- Bump io.projectreactor.netty:reactor-netty from 1.2.3 to 1.2.5 #2067 (dependabot[bot])
- Bump com.google.guava:guava from 33.4.0-jre to 33.4.8-jre #2066 (dependabot[bot])
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 #2065 (dependabot[bot])
- LogbookServerHandler - attempt to write logs when the handler is prematurely removed from the ReactorNetty pipeline #2064 (kasmarian)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.19.1 to 3.19.3 #2060 (dependabot[bot])
- Bump io.netty:netty-bom from 4.1.118.Final to 4.2.0.Final #2059 (dependabot[bot])
- Update PULL_REQUEST_TEMPLATE to mentioned signing the commits #2058 (kasmarian)
- Fix ktor server plugin http codes propagation #2056 (shilenkoalexander)
- Bump kotlin.version from 2.1.10 to 2.1.20 #2052 (dependabot[bot])
- Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.5 #2050 (dependabot[bot])
- Add HttpAttributes To FilteredHttpRequest #2049 (ChristianLohmann)
- Bump logback-classic.version from 1.5.17 to 1.5.18 #2048 (dependabot[bot])
- Bump junit.version from 5.12.0 to 5.12.1 #2047 (dependabot[bot])
- Bump org.wiremock:wiremock-standalone from 3.12.0 to 3.12.1 #2042 (dependabot[bot])
- Bump jackson.version from 2.18.2 to 2.18.3 #2041 (dependabot[bot])
- Update CODEOWNERS #2038 (whiskeysierra)
- Bump logback-classic.version from 1.5.16 to 1.5.17 #2037 (dependabot[bot])
- Bump slf4j.version from 2.0.16 to 2.0.17 #2036 (dependabot[bot])
- Bump ktor.version from 3.1.0 to 3.1.1 #2035 (dependabot[bot])
- Bump junit.version from 5.11.4 to 5.12.0 #2034 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 #2033 (dependabot[bot])
- Bump spring-boot.version from 3.4.2 to 3.4.3 #2032 (dependabot[bot])
- Add Christian Lohmann to MAINTAINERS and CODEOWNERS #2030 (ChristianLohmann)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.18.1 to 3.19.1 #2029 (dependabot[bot])
... (truncated)
Changelog
Sourced from org.zalando:logbook-spring-boot-starter's changelog.
3.12.0 (2025-04-25)
Fixed bugs:
- Strategy 'BodyOnlyIfStatusAtLeastStrategy' does not log request attributes #2024
- Logbook logging Request info but not response #1897
- Missing logs in case of errors #2053
- Logbook not working with Spring Boot 3.3.x + Webflux #2064
Merged pull requests:
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 #2083 (dependabot[bot])
- Bump jackson.version from 2.18.3 to 2.19.0 #2082 (dependabot[bot])
- Bump spring-boot.version from 3.4.4 to 3.4.5 #2081 (dependabot[bot])
- Bump org.springframework:spring-framework-bom from 6.2.5 to 6.2.6 #2078 (dependabot[bot])
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 #2077 (dependabot[bot])
- Bump net.logstash.logback:logstash-logback-encoder from 8.0 to 8.1 #2076 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 #2075 (dependabot[bot])
- Bump io.github.openfeign:feign-core from 13.5 to 13.6 #2074 (dependabot[bot])
- Bump org.projectlombok:lombok from 1.18.36 to 1.18.38 #2073 (dependabot[bot])
- Bump spring-boot.version from 3.4.3 to 3.4.4 #2072 (dependabot[bot])
- Bump ktor.version from 3.1.1 to 3.1.2 #2071 (dependabot[bot])
- Bump junit.version from 5.12.1 to 5.12.2 #2070 (dependabot[bot])
- Bump com.squareup.okio:okio from 3.10.2 to 3.11.0 #2069 (dependabot[bot])
- Refactor response processing in LogbookServerFilter #2068 (msdousti)
- Bump io.projectreactor.netty:reactor-netty from 1.2.3 to 1.2.5 #2067 (dependabot[bot])
- Bump com.google.guava:guava from 33.4.0-jre to 33.4.8-jre #2066 (dependabot[bot])
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 #2065 (dependabot[bot])
- LogbookServerHandler - attempt to write logs when the handler is prematurely removed from the ReactorNetty pipeline #2064 (kasmarian)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.19.1 to 3.19.3 #2060 (dependabot[bot])
- Bump io.netty:netty-bom from 4.1.118.Final to 4.2.0.Final #2059 (dependabot[bot])
- Update PULL_REQUEST_TEMPLATE to mentioned signing the commits #2058 (kasmarian)
- Fix ktor server plugin http codes propagation #2056 (shilenkoalexander)
- Bump kotlin.version from 2.1.10 to 2.1.20 #2052 (dependabot[bot])
- Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.5 #2050 (dependabot[bot])
- Add HttpAttributes To FilteredHttpRequest #2049 (ChristianLohmann)
- Bump logback-classic.version from 1.5.17 to 1.5.18 #2048 (dependabot[bot])
- Bump junit.version from 5.12.0 to 5.12.1 #2047 (dependabot[bot])
- Bump org.wiremock:wiremock-standalone from 3.12.0 to 3.12.1 #2042 (dependabot[bot])
- Bump jackson.version from 2.18.2 to 2.18.3 #2041 (dependabot[bot])
- Release 3.11.0 #2040 (kasmarian)
- Update CODEOWNERS #2038 (whiskeysierra)
- Bump logback-classic.version from 1.5.16 to 1.5.17 #2037 (dependabot[bot])
- Bump slf4j.version from 2.0.16 to 2.0.17 #2036 (dependabot[bot])
- Bump ktor.version from 3.1.0 to 3.1.1 #2035 (dependabot[bot])
- Bump junit.version from 5.11.4 to 5.12.0 #2034 (dependabot[bot])
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 #2033 (dependabot[bot])
- Bump spring-boot.version from 3.4.2 to 3.4.3 #2032 (dependabot[bot])
... (truncated)
Commits
a894ae1Release 3.12.0f7d0549Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 (#2083)c4d090bBump jackson.version from 2.18.3 to 2.19.0 (#2082)302a73dBump spring-boot.version from 3.4.4 to 3.4.5 (#2081)7ec1d3eMerge pull request #2078 from zalando/dependabot/maven/org.springframework-sp...f4ba41dBump org.springframework:spring-framework-bom from 6.2.5 to 6.2.6b462da3LogbookServerHandler - attempt to write logs when the handler is prematurely ...b0dd8adBump junit.version from 5.12.1 to 5.12.2 (#2070)6a50051Bump ktor.version from 3.1.1 to 3.1.2 (#2071)623404eBump spring-boot.version from 3.4.3 to 3.4.4 (#2072)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Ecosystem:
maven
maven
Version Change:
3.6.0 → 3.12.0
Update Type:
Minor
Minor
Technical Details
| ID: | 1231198 |
| UUID: | 3089346055 |
| Node ID: | PR_kwDOJz0Hp86Xiuc3 |
| Host: | GitHub |
| Repository: | Spring-Easy-Tools/spring-module-example |