Browse Source

Upgrade to Spring Kafka 3.2.0-M1

Closes gh-39497
pull/39734/head
Andy Wilkinson 2 years ago
parent
commit
a731c6eb64
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save