Browse Source

Start building against Spring Kafka 3.1.6 snapshots

See gh-41022
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
a09e0e00b8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save