Browse Source

Start building against Spring Kafka 3.3.12 snapshots

See gh-48709
pull/48965/head
Andy Wilkinson 3 weeks ago
parent
commit
bbf3fea642
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save