Browse Source

Upgrade to Spring Kafka 2.8.1

Closes gh-29017
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
af77ee007a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save