Browse Source

Upgrade to Spring Kafka 3.0.6

Closes gh-34968
pull/35090/head
Stephane Nicoll 3 years ago
parent
commit
f07ac4b53d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1385,7 +1385,7 @@ bom { @@ -1385,7 +1385,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