Skip to content

Commit 363d9b5

Browse files
committed
Start building against Spring Kafka 4.0.0-M5 snapshots
See gh-47004
1 parent b2e6cb0 commit 363d9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ bom {
23912391
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
23922392
}
23932393
}
2394-
library("Spring Kafka", "4.0.0-M4") {
2394+
library("Spring Kafka", "4.0.0-SNAPSHOT") {
23952395
considerSnapshots()
23962396
group("org.springframework.kafka") {
23972397
modules = [

0 commit comments

Comments
 (0)