Browse Source

Upgrade to Spring Kafka 3.0.10

Closes gh-36942
pull/37069/head
Stephane Nicoll 2 years ago
parent
commit
95963e07a7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save