Browse Source

Upgrade to Spring Kafka 2.4.3.RELEASE

Closes gh-20469
pull/20495/head
Andy Wilkinson 6 years ago
parent
commit
485498c5ac
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1652,7 +1652,7 @@ bom { @@ -1652,7 +1652,7 @@ bom {
]
}
}
library("Spring Kafka", "2.4.2.RELEASE") {
library("Spring Kafka", "2.4.3.RELEASE") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save