Browse Source

Upgrade to Spring Kafka 3.1.0-RC1

Closes gh-37712
pull/37915/head
Andy Wilkinson 2 years ago
parent
commit
d546936d53
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1560,7 +1560,7 @@ bom { @@ -1560,7 +1560,7 @@ bom {
]
}
}
library("Spring Kafka", "3.1.0-SNAPSHOT") {
library("Spring Kafka", "3.1.0-RC1") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save