Browse Source

Start building against Spring Kafka 3.2.2 snapshots

See gh-41303
pull/41325/head
Andy Wilkinson 1 year ago
parent
commit
efd1bd18b6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save