Skip to content

Commit 2fdbc03

Browse files
committedMar 19, 2025
Upgrade to Spring Kafka 3.2.8
Closes gh-44772
1 parent a8e91fd commit 2fdbc03

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") {
2234+
library("Spring Kafka", "3.2.8") {
22352235
considerSnapshots()
22362236
group("org.springframework.kafka") {
22372237
modules = [

0 commit comments

Comments
 (0)
Please sign in to comment.