Browse Source

Upgrade to Spring Kafka 3.1.4

Closes gh-40377
pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
2028d431cd
  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.3") {
library("Spring Kafka", "3.1.4") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save