diff --git a/spring-kafka-docs/src/main/asciidoc/appendix.adoc b/spring-kafka-docs/src/main/asciidoc/appendix.adoc index eceab16bf3..7ebaabacc2 100644 --- a/spring-kafka-docs/src/main/asciidoc/appendix.adoc +++ b/spring-kafka-docs/src/main/asciidoc/appendix.adoc @@ -5,7 +5,7 @@ When using Spring for Apache Kafka in a Spring Boot application, the Kafka depen If you wish to use a different version, you need to override all of the associated dependencies. This is especially true when using the embedded Kafka broker in `spring-kafka-test`. -IMPORTANT: Backwards compatibility is not supported for all Boot versions; Spring for Apache Kafka 2.6 has been tested with Spring Boot 2.4 and 2.3. +IMPORTANT: Backwards compatibility is not supported for all Boot versions; Spring for Apache Kafka 2.7 has been tested with Spring Boot 2.4 and 2.5. ==== [source, xml, subs="+attributes", role="primary"]