Skip to content

Commit 8340a62

Browse files
committed
Upgrade to Spring Kafka 4.0.0
Closes gh-47829
1 parent 5edeb2e commit 8340a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@ bom {
24812481
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
24822482
}
24832483
}
2484-
library("Spring Kafka", "4.0.0-SNAPSHOT") {
2484+
library("Spring Kafka", "4.0.0") {
24852485
considerSnapshots()
24862486
group("org.springframework.kafka") {
24872487
modules = [

0 commit comments

Comments
 (0)