Skip to content

Commit 6533380

Browse files
committed
Start building against Spring Kafka 3.2.5 snapshots
See gh-43011
1 parent 21db2ff commit 6533380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ bom {
20362036
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
20372037
}
20382038
}
2039-
library("Spring Kafka", "3.2.4") {
2039+
library("Spring Kafka", "3.2.5-SNAPSHOT") {
20402040
considerSnapshots()
20412041
group("org.springframework.kafka") {
20422042
modules = [

0 commit comments

Comments
 (0)