Browse Source

Upgrade to Spring Kafka 3.0.16

Closes gh-40375
3.1.x
Andy Wilkinson 2 years ago
parent
commit
db7059c1f7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save