Browse Source

Upgrade to Spring Kafka 3.0.11

Closes gh-37294
pull/37462/head
Stephane Nicoll 3 years ago
parent
commit
697f3bb6b4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save