Skip to content

Commit b7daf8b

Browse files
committed
Update Appendix Client Versions
1 parent 277f849 commit b7daf8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka-docs/src/main/asciidoc/appendix.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
When using Spring for Apache Kafka in a Spring Boot application, the Apache Kafka dependency versions are determined by Spring Boot's dependency management.
55
If you wish to use a different version of `kafka-clients` or `kafka-streams`, and use the embedded kafka broker for testing, you need to override their version used by Spring Boot dependency management; set the `kafka.version` property.
66

7-
NOTE: Default `kafka-clients` dependencies for Spring Boot 3.0.x and 3.1.x are 3.3.2 and 3.4.0 respectively.
7+
NOTE: Default `kafka-clients` dependencies for Spring Boot 3.0.x and 3.1.x are 3.3.2 and 3.4.1 respectively.
88

99
Or, to use a different Spring for Apache Kafka version with a supported Spring Boot version, set the `spring-kafka.version` property.
1010

@@ -13,7 +13,7 @@ Or, to use a different Spring for Apache Kafka version with a supported Spring B
1313
.Maven
1414
----
1515
<properties>
16-
<kafka.version>3.4.0</kafka.version>
16+
<kafka.version>3.5.0</kafka.version>
1717
<spring-kafka.version>{project-version}</spring-kafka.version>
1818
</properties>
1919

0 commit comments

Comments
 (0)