Commit 8f30cf91 authored by Scott Frederick's avatar Scott Frederick Committed by Stephane Nicoll

Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1

See gh-19764
parent c80e9f7f
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment