Browse Source

Upgrade to Spring Kafka 3.3.2

Closes gh-43751
pull/44020/head
Andy Wilkinson 11 months ago
parent
commit
9d0dd66570
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save