Browse Source

Upgrade to Spring Kafka 2.7.13

Closes gh-30592
pull/30878/head
Stephane Nicoll 4 years ago
parent
commit
0ad6ae9a03
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save