Browse Source

Upgrade to Spring Kafka 3.1.10

Closes gh-43003
3.2.x
Stéphane Nicoll 1 year ago
parent
commit
64b0ce3886
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save