Skip to content
2 changes: 1 addition & 1 deletion platform/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2635,7 +2635,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
}
}
library("Spring Kafka", "4.1.0-SNAPSHOT") {
library("Spring Kafka", "4.1.0") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [
Expand Down
Loading