Browse Source

Upgrade to Spring Kafka 3.3.8

Closes gh-46363
pull/46604/head
Andy Wilkinson 5 months ago
parent
commit
1cc9eb2864
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save