Browse Source

Upgrade to Spring Kafka 3.3.9

Closes gh-46871
pull/47140/head
Stéphane Nicoll 4 months ago
parent
commit
cd2f17967e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save