Browse Source

Upgrade to Spring Kafka 3.0.3

Closes gh-34153
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
4fc92f5bac
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save