Browse Source

Start building against Spring Kafka 3.0.6 snapshots

See gh-34968
pull/34991/head
Stephane Nicoll 3 years ago
parent
commit
54ec50c529
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1383,7 +1383,7 @@ bom { @@ -1383,7 +1383,7 @@ bom {
]
}
}
library("Spring Kafka", "3.0.5") {
library("Spring Kafka", "3.0.6-SNAPSHOT") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save