Merge pull request #19764 from scottfrederick
* pr/19764: Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1 Closes gh-19764
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user