Browse Source

Start building against Spring Kafka 3.3.6 snapshots

See gh-45440
pull/45503/head
Stéphane Nicoll 9 months ago
parent
commit
cbb009bbdb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save