Browse Source

Start building against Spring Kafka 3.3.11 snapshots

See gh-48027
pull/48100/head
Stéphane Nicoll 1 month ago
parent
commit
c43203e1c5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save