Browse Source

Upgrade to Spring Kafka 2.8.9

Closes gh-32277
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
e616fb5d8b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1722,7 +1722,7 @@ bom { @@ -1722,7 +1722,7 @@ bom {
]
}
}
library("Spring Kafka", "2.8.9-SNAPSHOT") {
library("Spring Kafka", "2.8.9") {
prohibit("[3.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save