Skip to content

Commit 013e38b

Browse files
committed
Upgrade to Spring Kafka 3.2.5
Closes gh-43011
1 parent d4f7175 commit 013e38b

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
@@ -2188,7 +2188,7 @@ bom {
21882188
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
21892189
}
21902190
}
2191-
library("Spring Kafka", "3.2.5-SNAPSHOT") {
2191+
library("Spring Kafka", "3.2.5") {
21922192
considerSnapshots()
21932193
group("org.springframework.kafka") {
21942194
modules = [

0 commit comments

Comments
 (0)