Browse Source

Upgrade to Spring Kafka 3.0.6

Closes gh-34951
pull/35377/head
Stephane Nicoll 3 years ago
parent
commit
47e2c3f597
  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.6-SNAPSHOT") {
library("Spring Kafka", "3.0.6") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save