Browse Source

Start building against Spring Kafka 3.1.0 snapshots

See gh-37712
pull/37640/head
Andy Wilkinson 2 years ago
parent
commit
cccd8bfea3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1564,7 +1564,7 @@ bom {
] ]
} }
} }
library("Spring Kafka", "3.1.0-M1") { library("Spring Kafka", "3.1.0-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.kafka") { group("org.springframework.kafka") {
modules = [ modules = [

Loading…
Cancel
Save