Browse Source

Upgrade to Spring Kafka 2.7.6

Closes gh-27602
pull/28375/head
Stephane Nicoll 5 years ago
parent
commit
9f505788f8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save