Skip to content

Commit fc5b80a

Browse files
committed
Upgrade to Spring Kafka 3.2.4
Closes gh-42135
1 parent 05adcab commit fc5b80a

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
@@ -2037,7 +2037,7 @@ bom {
20372037
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
20382038
}
20392039
}
2040-
library("Spring Kafka", "3.2.4-SNAPSHOT") {
2040+
library("Spring Kafka", "3.2.4") {
20412041
considerSnapshots()
20422042
group("org.springframework.kafka") {
20432043
modules = [

0 commit comments

Comments
 (0)