Browse Source

Starting building against Spring Kafka 3.0.2 snapshots

See gh-33812
pull/33838/head
Andy Wilkinson 3 years ago
parent
commit
74f514bdd4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save