Browse Source

Upgrade to Spring Kafka 3.0.11

Closes gh-37305
pull/38706/head
Stephane Nicoll 2 years ago
parent
commit
8a69af94f2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1452,7 +1452,7 @@ bom { @@ -1452,7 +1452,7 @@ bom {
]
}
}
library("Spring Kafka", "3.0.10") {
library("Spring Kafka", "3.0.11") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save