Browse Source

Upgrade to Spring Kafka 3.2.5

Closes gh-43011
pull/43333/head
Stéphane Nicoll 1 year ago
parent
commit
013e38b1dc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2188,7 +2188,7 @@ bom { @@ -2188,7 +2188,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
}
}
library("Spring Kafka", "3.2.5-SNAPSHOT") {
library("Spring Kafka", "3.2.5") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save