Browse Source

Upgrade to Spring Kafka 4.0.1

Closes gh-48441
pull/48552/head
Stéphane Nicoll 2 days ago
parent
commit
b32ebb16ea
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2478,7 +2478,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.1-SNAPSHOT") { library("Spring Kafka", "4.0.1") {
considerSnapshots() considerSnapshots()
group("org.springframework.kafka") { group("org.springframework.kafka") {
modules = [ modules = [

Loading…
Cancel
Save