Browse Source

Upgrade to Spring Kafka 2.8.10

Closes gh-32589
pull/32770/head
Andy Wilkinson 3 years ago
parent
commit
a16e3e6688
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1729,7 +1729,7 @@ bom { @@ -1729,7 +1729,7 @@ bom {
]
}
}
library("Spring Kafka", "2.8.10-SNAPSHOT") {
library("Spring Kafka", "2.8.10") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save