Skip to content

Commit f46fae5

Browse files
committed
Start building against Spring Kafka 3.2.0-RC1 snapshots
See gh-40227
1 parent 737e610 commit f46fae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ bom {
19151915
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
19161916
}
19171917
}
1918-
library("Spring Kafka", "3.2.0-M2") {
1918+
library("Spring Kafka", "3.2.0-SNAPSHOT") {
19191919
considerSnapshots()
19201920
group("org.springframework.kafka") {
19211921
modules = [

0 commit comments

Comments
 (0)