Start building against Spring Kafka 3.0.0-M3 snapshots

See gh-30089
This commit is contained in:
Stephane Nicoll
2022-03-07 20:40:00 +01:00
parent 0bf1090e29
commit e6f6b2068b
5 changed files with 7 additions and 85 deletions

View File

@@ -719,7 +719,7 @@ bom {
]
}
}
library("Kafka", "3.0.0") {
library("Kafka", "3.1.0") {
group("org.apache.kafka") {
modules = [
"connect",
@@ -1355,7 +1355,7 @@ bom {
]
}
}
library("Spring Kafka", "3.0.0-M1") {
library("Spring Kafka", "3.0.0-SNAPSHOT") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",