Browse Source

Upgrade to Spring Kafka 3.3.10

Closes gh-47092
pull/47317/head
Stéphane Nicoll 4 months ago
parent
commit
83468d4cd8
  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.10-SNAPSHOT") {
library("Spring Kafka", "3.3.10") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save