From daa4a896ac67fdae598bc6eb09c6c5694882f893 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 30 Nov 2017 16:24:23 -0500 Subject: [PATCH] Fix `si-kafka.adoc` for the actual dependencies --- src/reference/asciidoc/si-kafka.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/si-kafka.adoc b/src/reference/asciidoc/si-kafka.adoc index 64d94ef9..5036badd 100644 --- a/src/reference/asciidoc/si-kafka.adoc +++ b/src/reference/asciidoc/si-kafka.adoc @@ -346,7 +346,7 @@ The 2.3.x branch introduced the following changes: ===== 3.0.x -* Update to `spring-kafka` 2.0.x and `kafka-clients` 0.11.0.0 +* Update to `spring-kafka` 2.1.x and `kafka-clients` 1.0.0 * Support `ConsumerAwareMessageListener` (`Consumer` is available in a message header) * Update to Spring Integration 5.0 and Java 8 * Moved Java DSL to main project