Skip to content

Commit bb95a84

Browse files
committed
Update Appendix Client Versions
1 parent 138cf15 commit bb95a84

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
@@ -14,7 +14,7 @@ For example, {project-version} is supported by Spring Boot 2.7.x which brings in
1414
.Maven
1515
----
1616
<properties>
17-
<kafka.version>3.2.3</kafka.version>
17+
<kafka.version>3.5.0</kafka.version>
1818
<spring-kafka.version>{project-version}</spring-kafka.version>
1919
</properties>
2020
@@ -38,7 +38,7 @@ For example, {project-version} is supported by Spring Boot 2.7.x which brings in
3838
[source, groovy, subs="+attributes", role="secondary"]
3939
.Gradle
4040
----
41-
ext['kafka.version'] = '3.2.3'
41+
ext['kafka.version'] = '3.5.0'
4242
ext['spring-kafka.version'] = '{project-version}'
4343
4444
dependencies {

0 commit comments

Comments
 (0)