Skip to content

Commit 8390ec8

Browse files
committed
Start building against Spring Kafka 3.3.0 snapshots
See gh-41310
1 parent c5ddabf commit 8390ec8

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
@@ -1996,7 +1996,7 @@ bom {
19961996
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
19971997
}
19981998
}
1999-
library("Spring Kafka", "3.2.1") {
1999+
library("Spring Kafka", "3.3.0-SNAPSHOT") {
20002000
considerSnapshots()
20012001
group("org.springframework.kafka") {
20022002
modules = [

0 commit comments

Comments
 (0)