Skip to content

Commit 1aca11c

Browse files
committed
Start building against Spring Kafka 3.3.0 snapshots
See gh-42146
1 parent 5880d38 commit 1aca11c

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
@@ -2016,7 +2016,7 @@ bom {
20162016
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
20172017
}
20182018
}
2019-
library("Spring Kafka", "3.3.0-M2") {
2019+
library("Spring Kafka", "3.3.0-SNAPSHOT") {
20202020
considerSnapshots()
20212021
group("org.springframework.kafka") {
20222022
modules = [

0 commit comments

Comments
 (0)