Browse Source

Start building against Spring Kafka 3.2.5 snapshots

See gh-43011
pull/43333/head
Stéphane Nicoll 1 year ago
parent
commit
6533380fbb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2036,7 +2036,7 @@ bom { @@ -2036,7 +2036,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
}
}
library("Spring Kafka", "3.2.4") {
library("Spring Kafka", "3.2.5-SNAPSHOT") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save