Browse Source

Upgrade to Spring Kafka 4.0.0

Closes gh-47829
pull/48170/head
Stéphane Nicoll 4 weeks ago
parent
commit
8340a62c6f
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save