Browse Source

Upgrade to Spring Kafka 4.0.4

Closes gh-49419
4.0.x
Stéphane Nicoll 21 hours ago
parent
commit
04eba1fe65
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save