Skip to content

Commit ec980a5

Browse files
committed
Start building against Spring Kafka 3.3.7 snapshots
See gh-45769
1 parent 43298ab commit ec980a5

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
@@ -2192,7 +2192,7 @@ bom {
21922192
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
21932193
}
21942194
}
2195-
library("Spring Kafka", "3.3.6") {
2195+
library("Spring Kafka", "3.3.7-SNAPSHOT") {
21962196
considerSnapshots()
21972197
group("org.springframework.kafka") {
21982198
modules = [

0 commit comments

Comments
 (0)