Commit 797c30f9 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #19764 from scottfrederick

* pr/19764:
  Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1

Closes gh-19764
parents c80e9f7f 8f30cf91
...@@ -949,7 +949,7 @@ bom { ...@@ -949,7 +949,7 @@ bom {
] ]
} }
} }
library("Kafka", "2.3.1") { library("Kafka", "2.4.0") {
group("org.apache.kafka") { group("org.apache.kafka") {
modules = [ modules = [
"connect-api", "connect-api",
...@@ -963,10 +963,12 @@ bom { ...@@ -963,10 +963,12 @@ bom {
"kafka-streams", "kafka-streams",
"kafka-streams-scala_2.11", "kafka-streams-scala_2.11",
"kafka-streams-scala_2.12", "kafka-streams-scala_2.12",
"kafka-streams-scala_2.13",
"kafka-streams-test-utils", "kafka-streams-test-utils",
"kafka-tools", "kafka-tools",
"kafka_2.11", "kafka_2.11",
"kafka_2.12" "kafka_2.12",
"kafka_2.13"
] ]
} }
} }
...@@ -1633,7 +1635,7 @@ bom { ...@@ -1633,7 +1635,7 @@ bom {
] ]
} }
} }
library("Spring Kafka", "2.3.4.RELEASE") { library("Spring Kafka", "2.4.1.RELEASE") {
group("org.springframework.kafka") { group("org.springframework.kafka") {
modules = [ modules = [
"spring-kafka", "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