Skip to content

Commit 49df76a

Browse files
committedDec 4, 2024
Start building against Spring Kafka 3.3.1 snapshots
See gh-43416
1 parent 32532b1 commit 49df76a

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
@@ -2216,7 +2216,7 @@ bom {
22162216
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22172217
}
22182218
}
2219-
library("Spring Kafka", "3.3.0") {
2219+
library("Spring Kafka", "3.3.1-SNAPSHOT") {
22202220
considerSnapshots()
22212221
group("org.springframework.kafka") {
22222222
modules = [

0 commit comments

Comments
 (0)
Please sign in to comment.