Skip to content

Commit f804e82

Browse files
committed
Start building against Spring Kafka 3.2.4 snapshots
See gh-42135
1 parent 725b178 commit f804e82

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
@@ -2025,7 +2025,7 @@ bom {
20252025
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
20262026
}
20272027
}
2028-
library("Spring Kafka", "3.2.3") {
2028+
library("Spring Kafka", "3.2.4-SNAPSHOT") {
20292029
considerSnapshots()
20302030
group("org.springframework.kafka") {
20312031
modules = [

0 commit comments

Comments
 (0)