Browse Source

Upgrade to Spring Kafka 3.0.12

Closes gh-37796
pull/38325/head
Andy Wilkinson 2 years ago
parent
commit
2acfe9c4e1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save