Skip to content

Commit 29c425a

Browse files
committed
Start building against Spring Kafka 3.3.0 snapshots
See gh-42564
1 parent be330ba commit 29c425a

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
@@ -2030,7 +2030,7 @@ bom {
20302030
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
20312031
}
20322032
}
2033-
library("Spring Kafka", "3.3.0-M3") {
2033+
library("Spring Kafka", "3.3.0-SNAPSHOT") {
20342034
considerSnapshots()
20352035
group("org.springframework.kafka") {
20362036
modules = [

0 commit comments

Comments
 (0)