Skip to content

Commit deaded0

Browse files
committed
Upgrade Apache Kafka to 3.2.3
Resolves #2403
1 parent 8b4b601 commit deaded0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext {
6464
jaywayJsonPathVersion = '2.6.0'
6565
junit4Version = '4.13.2'
6666
junitJupiterVersion = '5.9.0'
67-
kafkaVersion = '3.2.2'
67+
kafkaVersion = '3.2.3'
6868
log4jVersion = '2.18.0'
6969
micrometerVersion = '1.10.0-M6'
7070
micrometerTracingVersion = '1.0.0-M8'

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

+2-2
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.2.0</kafka.version>
12+
<kafka.version>3.2.3</kafka.version>
1313
</properties>
1414
1515
<dependency>
@@ -32,7 +32,7 @@ If you wish to use a different version of `kafka-clients` or `kafka-streams`, an
3232
[source, groovy, subs="+attributes", role="secondary"]
3333
.Gradle
3434
----
35-
ext['kafka.version'] = '2.8.1'
35+
ext['kafka.version'] = '3.2.3'
3636
3737
dependencies {
3838
implementation 'org.springframework.kafka:spring-kafka'

0 commit comments

Comments
 (0)