Skip to content

Commit f1f41e9

Browse files
committed
Fix Apache Kafka Version in Appendix
1 parent 127e620 commit f1f41e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you wish to use a different version of `kafka-clients` or `kafka-streams`, an
99
.Maven
1010
----
1111
<properties>
12-
<kafka.version>3.3.1</kafka.version>
12+
<kafka.version>3.3.2</kafka.version>
1313
</properties>
1414
1515
<dependency>

0 commit comments

Comments
 (0)