Browse Source

Upgrade to Spring Kafka 3.0.17

Closes gh-40651
3.1.x
Andy Wilkinson 2 years ago
parent
commit
64ba92e29a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save