Browse Source

Upgrade to Spring Kafka 3.3.10

Closes gh-47081
pull/47304/head
Stéphane Nicoll 3 months ago
parent
commit
8a75b23e62
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2210,7 +2210,7 @@ bom { @@ -2210,7 +2210,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