Skip to content

Commit

Permalink
Upgrade Apache Kafka to 3.2.3
Browse files Browse the repository at this point in the history
Resolves #2403
  • Loading branch information
garyrussell committed Sep 20, 2022
1 parent 8b4b601 commit deaded0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ext {
jaywayJsonPathVersion = '2.6.0'
junit4Version = '4.13.2'
junitJupiterVersion = '5.9.0'
kafkaVersion = '3.2.2'
kafkaVersion = '3.2.3'
log4jVersion = '2.18.0'
micrometerVersion = '1.10.0-M6'
micrometerTracingVersion = '1.0.0-M8'
Expand Down
4 changes: 2 additions & 2 deletions spring-kafka-docs/src/main/asciidoc/appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you wish to use a different version of `kafka-clients` or `kafka-streams`, an
.Maven
----
<properties>
<kafka.version>3.2.0</kafka.version>
<kafka.version>3.2.3</kafka.version>
</properties>
<dependency>
Expand All @@ -32,7 +32,7 @@ If you wish to use a different version of `kafka-clients` or `kafka-streams`, an
[source, groovy, subs="+attributes", role="secondary"]
.Gradle
----
ext['kafka.version'] = '2.8.1'
ext['kafka.version'] = '3.2.3'
dependencies {
implementation 'org.springframework.kafka:spring-kafka'
Expand Down

0 comments on commit deaded0

Please sign in to comment.