Browse Source

Start building against Spring Kafka 3.2.4 snapshots

See gh-42135
pull/42700/head
Andy Wilkinson 2 years ago
parent
commit
f804e82d41
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save