Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1

See gh-19764
This commit is contained in:
Scott Frederick 2020-01-15 17:15:42 -06:00 committed by Stephane Nicoll
parent c80e9f7fc4
commit 8f30cf916f
1 changed files with 5 additions and 3 deletions

View File

@ -949,7 +949,7 @@ bom {
]
}
}
library("Kafka", "2.3.1") {
library("Kafka", "2.4.0") {
group("org.apache.kafka") {
modules = [
"connect-api",
@ -963,10 +963,12 @@ bom {
"kafka-streams",
"kafka-streams-scala_2.11",
"kafka-streams-scala_2.12",
"kafka-streams-scala_2.13",
"kafka-streams-test-utils",
"kafka-tools",
"kafka_2.11",
"kafka_2.12"
"kafka_2.12",
"kafka_2.13"
]
}
}
@ -1633,7 +1635,7 @@ bom {
]
}
}
library("Spring Kafka", "2.3.4.RELEASE") {
library("Spring Kafka", "2.4.1.RELEASE") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",