Skip to content

Commit 942ac96

Browse files
committed
Start building against Spring Kafka 3.3.2 snapshots
See gh-43751
1 parent 6a7769a commit 942ac96

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
@@ -2218,7 +2218,7 @@ bom {
22182218
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22192219
}
22202220
}
2221-
library("Spring Kafka", "3.3.1") {
2221+
library("Spring Kafka", "3.3.2-SNAPSHOT") {
22222222
considerSnapshots()
22232223
group("org.springframework.kafka") {
22242224
modules = [

0 commit comments

Comments
 (0)