Skip to content

Commit 0d9fc6d

Browse files
committed
Upgrade to Spring Kafka 3.2.10
Closes gh-45757
1 parent cf5a3b9 commit 0d9fc6d

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
@@ -2209,7 +2209,7 @@ bom {
22092209
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22102210
}
22112211
}
2212-
library("Spring Kafka", "3.2.10-SNAPSHOT") {
2212+
library("Spring Kafka", "3.2.10") {
22132213
considerSnapshots()
22142214
group("org.springframework.kafka") {
22152215
modules = [

0 commit comments

Comments
 (0)