diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec1735d95..33430a365 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,79 @@
# Changelog
+## [3.10.0](https://github.com/zalando/logbook/tree/3.10.0) (2024-11-05)
+
+[Full Changelog](https://github.com/zalando/logbook/compare/3.9.0...3.10.0)
+
+**Fixed bugs:**
+
+- SpringBoot automatic configuration is invalid [\#1898](https://github.com/zalando/logbook/issues/1898)
+- UnsupportedOperationException in LogbookHttpRequestInterceptor with Spring Boot 3.2.2 and Apache Http Client 5 \(how to fix test?\) [\#1884](https://github.com/zalando/logbook/issues/1884)
+- logbook-logstash 3.9.0 requires slf4j 2.x which spring boot 3 depends on [\#1873](https://github.com/zalando/logbook/issues/1873)
+- ktor-client: response replaces request body [\#1868](https://github.com/zalando/logbook/issues/1868)
+- Quarkus Resteasy endpoint returning 500 to client after HEAD request because of Logbook NullPointerException [\#1384](https://github.com/zalando/logbook/issues/1384)
+
+**Merged pull requests:**
+
+- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 [\#1952](https://github.com/zalando/logbook/pull/1952) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 [\#1951](https://github.com/zalando/logbook/pull/1951) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump ktor.version from 2.3.12 to 3.0.1 [\#1949](https://github.com/zalando/logbook/pull/1949) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump jackson.version from 2.18.0 to 2.18.1 [\#1948](https://github.com/zalando/logbook/pull/1948) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 [\#1947](https://github.com/zalando/logbook/pull/1947) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump logback-classic.version from 1.5.11 to 1.5.12 [\#1946](https://github.com/zalando/logbook/pull/1946) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump spring-boot.version from 3.3.4 to 3.3.5 [\#1945](https://github.com/zalando/logbook/pull/1945) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 [\#1944](https://github.com/zalando/logbook/pull/1944) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump junit.version from 5.10.2 to 5.11.3 [\#1943](https://github.com/zalando/logbook/pull/1943) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14 [\#1941](https://github.com/zalando/logbook/pull/1941) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump io.projectreactor.netty:reactor-netty from 1.1.22 to 1.1.23 [\#1939](https://github.com/zalando/logbook/pull/1939) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump logback-classic.version from 1.5.9 to 1.5.11 [\#1938](https://github.com/zalando/logbook/pull/1938) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump kotlin.version from 2.0.20 to 2.0.21 [\#1935](https://github.com/zalando/logbook/pull/1935) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump io.github.openfeign:feign-core from 13.4 to 13.5 [\#1933](https://github.com/zalando/logbook/pull/1933) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump logback-classic.version from 1.5.8 to 1.5.9 [\#1932](https://github.com/zalando/logbook/pull/1932) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 [\#1931](https://github.com/zalando/logbook/pull/1931) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.2 to 3.17.1 [\#1929](https://github.com/zalando/logbook/pull/1929) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 [\#1928](https://github.com/zalando/logbook/pull/1928) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump io.netty:netty-bom from 4.1.113.Final to 4.1.114.Final [\#1927](https://github.com/zalando/logbook/pull/1927) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 [\#1925](https://github.com/zalando/logbook/pull/1925) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump jackson.version from 2.17.2 to 2.18.0 [\#1923](https://github.com/zalando/logbook/pull/1923) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre [\#1919](https://github.com/zalando/logbook/pull/1919) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Improve README.md: Define the unit of the max-body-size property [\#1918](https://github.com/zalando/logbook/pull/1918) ([bwaldvogel](https://github.com/bwaldvogel))
+- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 [\#1917](https://github.com/zalando/logbook/pull/1917) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.9.1 [\#1916](https://github.com/zalando/logbook/pull/1916) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final [\#1915](https://github.com/zalando/logbook/pull/1915) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 [\#1914](https://github.com/zalando/logbook/pull/1914) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 [\#1912](https://github.com/zalando/logbook/pull/1912) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Use Grizzly instead of JDK-HTTP to improve test speed by 15X [\#1910](https://github.com/zalando/logbook/pull/1910) ([msdousti](https://github.com/msdousti))
+- Fix JAX-RS filter NPE for empty entities [\#1909](https://github.com/zalando/logbook/pull/1909) ([msdousti](https://github.com/msdousti))
+- Bump io.github.openfeign:feign-core from 13.2.1 to 13.4 [\#1908](https://github.com/zalando/logbook/pull/1908) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.1 [\#1907](https://github.com/zalando/logbook/pull/1907) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 [\#1906](https://github.com/zalando/logbook/pull/1906) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump spring-boot.version from 3.2.3 to 3.3.4 [\#1905](https://github.com/zalando/logbook/pull/1905) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.springframework:spring-framework-bom from 6.1.12 to 6.1.13 [\#1903](https://github.com/zalando/logbook/pull/1903) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.6 [\#1902](https://github.com/zalando/logbook/pull/1902) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [\#1901](https://github.com/zalando/logbook/pull/1901) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 [\#1900](https://github.com/zalando/logbook/pull/1900) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.hamcrest:hamcrest from 2.2 to 3.0 [\#1896](https://github.com/zalando/logbook/pull/1896) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.0 [\#1895](https://github.com/zalando/logbook/pull/1895) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump ktor.version from 2.3.11 to 2.3.12 [\#1894](https://github.com/zalando/logbook/pull/1894) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump slf4j.version from 2.0.13 to 2.0.16 [\#1893](https://github.com/zalando/logbook/pull/1893) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump jackson.version from 2.17.1 to 2.17.2 [\#1892](https://github.com/zalando/logbook/pull/1892) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 [\#1891](https://github.com/zalando/logbook/pull/1891) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump kotlin.version from 2.0.0 to 2.0.20 [\#1890](https://github.com/zalando/logbook/pull/1890) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump net.logstash.logback:logstash-logback-encoder from 7.4 to 8.0 [\#1889](https://github.com/zalando/logbook/pull/1889) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.16.2 [\#1888](https://github.com/zalando/logbook/pull/1888) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Add mandatory properties to .zappr [\#1886](https://github.com/zalando/logbook/pull/1886) ([kasmarian](https://github.com/kasmarian))
+- Close resources in FeignLogbookLogger [\#1883](https://github.com/zalando/logbook/pull/1883) ([Nazukin-Dmitry](https://github.com/Nazukin-Dmitry))
+- Bump com.google.guava:guava from 33.2.0-jre to 33.3.0-jre [\#1879](https://github.com/zalando/logbook/pull/1879) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.12 [\#1878](https://github.com/zalando/logbook/pull/1878) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump io.projectreactor.netty:reactor-netty from 1.1.19 to 1.1.22 [\#1877](https://github.com/zalando/logbook/pull/1877) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump io.netty:netty-bom from 4.1.110.Final to 4.1.112.Final [\#1872](https://github.com/zalando/logbook/pull/1872) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0 [\#1871](https://github.com/zalando/logbook/pull/1871) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Fix for \#1868 - make State subclasses real classes [\#1869](https://github.com/zalando/logbook/pull/1869) ([noffke](https://github.com/noffke))
+- Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 [\#1859](https://github.com/zalando/logbook/pull/1859) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 [\#1856](https://github.com/zalando/logbook/pull/1856) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 [\#1852](https://github.com/zalando/logbook/pull/1852) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 [\#1850](https://github.com/zalando/logbook/pull/1850) ([dependabot[bot]](https://github.com/apps/dependabot))
+
## [3.9.0](https://github.com/zalando/logbook/tree/3.9.0) (2024-05-27)
[Full Changelog](https://github.com/zalando/logbook/compare/3.8.0...3.9.0)
@@ -159,7 +233,6 @@
- UnsupportedOperationException in LogbookHttpRequestInterceptor with Spring Boot 3.2.0 and Apache Http Client 5 [\#1693](https://github.com/zalando/logbook/issues/1693)
- Logs only show header's name but not value if header is added using a Filter in Spring Boot [\#1671](https://github.com/zalando/logbook/issues/1671)
- UnsupportedClassVersionError when running on Java 8 and JAX-RS 2.X [\#1566](https://github.com/zalando/logbook/issues/1566)
-- Quarkus Resteasy endpoint returning 500 to client after HEAD request because of Logbook NullPointerException [\#1384](https://github.com/zalando/logbook/issues/1384)
- NullPointerException with Micronaut server when there is an illegal character in URI [\#1303](https://github.com/zalando/logbook/issues/1303)
**Merged pull requests:**
@@ -2440,7 +2513,7 @@
- Added predefined/reusable request predicates [\#68](https://github.com/zalando/logbook/pull/68) ([whiskeysierra](https://github.com/whiskeysierra))
- Enabled authorization header obfuscation by default [\#66](https://github.com/zalando/logbook/pull/66) ([whiskeysierra](https://github.com/whiskeysierra))
- Fix headlines [\#63](https://github.com/zalando/logbook/pull/63) ([whiskeysierra](https://github.com/whiskeysierra))
-- Update README.md [\#62](https://github.com/zalando/logbook/pull/62) ([LappleApple](https://github.com/LappleApple))
+- Update README.md [\#62](https://github.com/zalando/logbook/pull/62) ([lasomethingsomething](https://github.com/lasomethingsomething))
- Release 0.14.0 [\#61](https://github.com/zalando/logbook/pull/61) ([whiskeysierra](https://github.com/whiskeysierra))
## [0.14.0](https://github.com/zalando/logbook/tree/0.14.0) (2016-04-14)
diff --git a/logbook-api/pom.xml b/logbook-api/pom.xml
index a32b4ed88..4c14133ad 100644
--- a/logbook-api/pom.xml
+++ b/logbook-api/pom.xml
@@ -5,7 +5,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-api
diff --git a/logbook-bom/pom.xml b/logbook-bom/pom.xml
index 5b50b21d2..3bcf25875 100644
--- a/logbook-bom/pom.xml
+++ b/logbook-bom/pom.xml
@@ -5,11 +5,11 @@
org.zalando
logbook
- 3.10.0-SNAPSHOT
+ 3.10.0
logbook-bom
- 3.10.0-SNAPSHOT
+ 3.10.0
pom
HTTP request and response logging
@@ -22,129 +22,129 @@
org.zalando
logbook-api
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-common
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-core
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-httpclient
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-httpclient5
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-jaxrs
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-jaxrs
- 3.10.0-SNAPSHOT
+ 3.10.0
javax
org.zalando
logbook-json
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-logstash
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-netty
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-okhttp
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-okhttp2
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-openfeign
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-servlet
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-servlet
- 3.10.0-SNAPSHOT
+ 3.10.0
javax
org.zalando
logbook-ktor
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-ktor-common
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-ktor-client
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-ktor-server
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-spring
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-spring-webflux
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-spring-boot-autoconfigure
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-spring-boot-webflux-autoconfigure
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-spring-boot-starter
- 3.10.0-SNAPSHOT
+ 3.10.0
org.zalando
logbook-test
- 3.10.0-SNAPSHOT
+ 3.10.0
test
diff --git a/logbook-common/pom.xml b/logbook-common/pom.xml
index 42163ccf9..88f691fed 100644
--- a/logbook-common/pom.xml
+++ b/logbook-common/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-common
diff --git a/logbook-core/pom.xml b/logbook-core/pom.xml
index 0cbb19b39..a5382cabe 100644
--- a/logbook-core/pom.xml
+++ b/logbook-core/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-core
diff --git a/logbook-httpclient/pom.xml b/logbook-httpclient/pom.xml
index 17c2715cc..074bf6e36 100644
--- a/logbook-httpclient/pom.xml
+++ b/logbook-httpclient/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-httpclient
diff --git a/logbook-httpclient5/pom.xml b/logbook-httpclient5/pom.xml
index 0e06b3c6d..6a1eb17c2 100644
--- a/logbook-httpclient5/pom.xml
+++ b/logbook-httpclient5/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-httpclient5
diff --git a/logbook-jaxrs/pom.xml b/logbook-jaxrs/pom.xml
index 623cf67f1..2030e235c 100644
--- a/logbook-jaxrs/pom.xml
+++ b/logbook-jaxrs/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-jaxrs
diff --git a/logbook-jdkserver/pom.xml b/logbook-jdkserver/pom.xml
index c7619a63f..5345feec3 100644
--- a/logbook-jdkserver/pom.xml
+++ b/logbook-jdkserver/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-jdkserver
diff --git a/logbook-jmh/pom.xml b/logbook-jmh/pom.xml
index cef322135..102d9da5b 100644
--- a/logbook-jmh/pom.xml
+++ b/logbook-jmh/pom.xml
@@ -5,7 +5,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-jmh
diff --git a/logbook-json/pom.xml b/logbook-json/pom.xml
index 0d1b13cbc..e2daecf80 100644
--- a/logbook-json/pom.xml
+++ b/logbook-json/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-json
diff --git a/logbook-ktor-client/pom.xml b/logbook-ktor-client/pom.xml
index cd5eb6d26..fe1eac0cb 100644
--- a/logbook-ktor-client/pom.xml
+++ b/logbook-ktor-client/pom.xml
@@ -7,7 +7,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
diff --git a/logbook-ktor-common/pom.xml b/logbook-ktor-common/pom.xml
index 38773316d..91f97efa5 100644
--- a/logbook-ktor-common/pom.xml
+++ b/logbook-ktor-common/pom.xml
@@ -7,7 +7,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
diff --git a/logbook-ktor-server/pom.xml b/logbook-ktor-server/pom.xml
index 49e6a723b..756958dda 100644
--- a/logbook-ktor-server/pom.xml
+++ b/logbook-ktor-server/pom.xml
@@ -7,7 +7,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
diff --git a/logbook-ktor/pom.xml b/logbook-ktor/pom.xml
index 833613421..5ed150a59 100644
--- a/logbook-ktor/pom.xml
+++ b/logbook-ktor/pom.xml
@@ -7,7 +7,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
diff --git a/logbook-logstash/pom.xml b/logbook-logstash/pom.xml
index bb9ef665a..62037ba97 100644
--- a/logbook-logstash/pom.xml
+++ b/logbook-logstash/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-logstash
diff --git a/logbook-netty/pom.xml b/logbook-netty/pom.xml
index dd4c8638b..e84c697da 100644
--- a/logbook-netty/pom.xml
+++ b/logbook-netty/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-netty
diff --git a/logbook-okhttp/pom.xml b/logbook-okhttp/pom.xml
index 8591e6b21..928463c40 100644
--- a/logbook-okhttp/pom.xml
+++ b/logbook-okhttp/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-okhttp
diff --git a/logbook-okhttp2/pom.xml b/logbook-okhttp2/pom.xml
index a67cea3cd..cbb513a6a 100644
--- a/logbook-okhttp2/pom.xml
+++ b/logbook-okhttp2/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-okhttp2
diff --git a/logbook-openfeign/pom.xml b/logbook-openfeign/pom.xml
index 6895e4ff4..e1b0de0d7 100644
--- a/logbook-openfeign/pom.xml
+++ b/logbook-openfeign/pom.xml
@@ -7,12 +7,12 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-openfeign
- 3.10.0-SNAPSHOT
+ 3.10.0
OpenFeign implementations for request and response logging
https://github.com/zalando/logbook
diff --git a/logbook-parent/pom.xml b/logbook-parent/pom.xml
index 9518d0874..da98fc10e 100644
--- a/logbook-parent/pom.xml
+++ b/logbook-parent/pom.xml
@@ -7,11 +7,11 @@
org.zalando
logbook
- 3.10.0-SNAPSHOT
+ 3.10.0
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
pom
diff --git a/logbook-servlet/pom.xml b/logbook-servlet/pom.xml
index e883ec569..e2aff50d8 100644
--- a/logbook-servlet/pom.xml
+++ b/logbook-servlet/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-servlet
diff --git a/logbook-spring-boot-autoconfigure/pom.xml b/logbook-spring-boot-autoconfigure/pom.xml
index fb421c3f7..2ce00900e 100644
--- a/logbook-spring-boot-autoconfigure/pom.xml
+++ b/logbook-spring-boot-autoconfigure/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-spring-boot-autoconfigure
diff --git a/logbook-spring-boot-starter/pom.xml b/logbook-spring-boot-starter/pom.xml
index e8becc9c2..8e7f35ac0 100644
--- a/logbook-spring-boot-starter/pom.xml
+++ b/logbook-spring-boot-starter/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-spring-boot-starter
diff --git a/logbook-spring-boot-webflux-autoconfigure/pom.xml b/logbook-spring-boot-webflux-autoconfigure/pom.xml
index fdeb22ddf..2ab7d647a 100644
--- a/logbook-spring-boot-webflux-autoconfigure/pom.xml
+++ b/logbook-spring-boot-webflux-autoconfigure/pom.xml
@@ -7,7 +7,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
diff --git a/logbook-spring-webflux/pom.xml b/logbook-spring-webflux/pom.xml
index 71beaa0e7..5b21d4bdc 100644
--- a/logbook-spring-webflux/pom.xml
+++ b/logbook-spring-webflux/pom.xml
@@ -7,7 +7,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
diff --git a/logbook-spring/pom.xml b/logbook-spring/pom.xml
index 78a9f48d5..b19426d95 100644
--- a/logbook-spring/pom.xml
+++ b/logbook-spring/pom.xml
@@ -7,12 +7,12 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-spring
- 3.10.0-SNAPSHOT
+ 3.10.0
Spring implementations for request and response logging
https://github.com/zalando/logbook
diff --git a/logbook-test/pom.xml b/logbook-test/pom.xml
index d6decc0bb..32eba5da5 100644
--- a/logbook-test/pom.xml
+++ b/logbook-test/pom.xml
@@ -4,7 +4,7 @@
org.zalando
logbook-parent
- 3.10.0-SNAPSHOT
+ 3.10.0
../logbook-parent/pom.xml
logbook-test
diff --git a/pom.xml b/pom.xml
index 1a006385a..57ca4d6d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.zalando
logbook
- 3.10.0-SNAPSHOT
+ 3.10.0
pom
Logbook
HTTP request and response logging