Skip to content

Commit ce45de9

Browse files
committed
Start building against Spring Kafka 3.3.7 snapshots
See gh-45782
1 parent 8ba1e41 commit ce45de9

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
@@ -2330,7 +2330,7 @@ bom {
23302330
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
23312331
}
23322332
}
2333-
library("Spring Kafka", "3.3.6") {
2333+
library("Spring Kafka", "3.3.7-SNAPSHOT") {
23342334
considerSnapshots()
23352335
group("org.springframework.kafka") {
23362336
modules = [

0 commit comments

Comments
 (0)