Browse Source

Upgrade to Spring Kafka 3.1.1

Closes gh-38874
pull/38884/head
Phillip Webb 2 years ago
parent
commit
32d6949733
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save