Browse Source

Upgrade to Spring Kafka 3.0.13

Closes gh-38369
3.0.x
Andy Wilkinson 2 years ago
parent
commit
e559159f04
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save