Skip to content

Commit b5d50eb

Browse files
committed
Upgrade to Spring Kafka 3.2.7
Closes gh-44110
1 parent c31872c commit b5d50eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2231,7 +2231,7 @@ bom {
22312231
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22322232
}
22332233
}
2234-
library("Spring Kafka", "3.2.7-SNAPSHOT") {
2234+
library("Spring Kafka", "3.2.7") {
22352235
considerSnapshots()
22362236
group("org.springframework.kafka") {
22372237
modules = [

0 commit comments

Comments
 (0)