Browse Source

Upgrade to Spring Kafka 3.3.11

Closes gh-48027
pull/48297/head
Stéphane Nicoll 1 month ago
parent
commit
8f91773cbe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save