Browse Source

Start building against Spring Kafka 3.3.3 snapshots

See gh-44163
pull/44184/head
Andy Wilkinson 12 months ago
parent
commit
00fb6613d3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save