Skip to content

Commit 8f30cf9

Browse files
scottfredericksnicoll
authored andcommitted
Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1
See gh-19764
1 parent c80e9f7 commit 8f30cf9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ bom {
949949
]
950950
}
951951
}
952-
library("Kafka", "2.3.1") {
952+
library("Kafka", "2.4.0") {
953953
group("org.apache.kafka") {
954954
modules = [
955955
"connect-api",
@@ -963,10 +963,12 @@ bom {
963963
"kafka-streams",
964964
"kafka-streams-scala_2.11",
965965
"kafka-streams-scala_2.12",
966+
"kafka-streams-scala_2.13",
966967
"kafka-streams-test-utils",
967968
"kafka-tools",
968969
"kafka_2.11",
969-
"kafka_2.12"
970+
"kafka_2.12",
971+
"kafka_2.13"
970972
]
971973
}
972974
}
@@ -1633,7 +1635,7 @@ bom {
16331635
]
16341636
}
16351637
}
1636-
library("Spring Kafka", "2.3.4.RELEASE") {
1638+
library("Spring Kafka", "2.4.1.RELEASE") {
16371639
group("org.springframework.kafka") {
16381640
modules = [
16391641
"spring-kafka",

0 commit comments

Comments
 (0)