Skip to content

Commit 1cc9eb2

Browse files
committed
Upgrade to Spring Kafka 3.3.8
Closes gh-46363
1 parent 4a8e20e commit 1cc9eb2

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
@@ -2211,7 +2211,7 @@ bom {
22112211
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22122212
}
22132213
}
2214-
library("Spring Kafka", "3.3.8-SNAPSHOT") {
2214+
library("Spring Kafka", "3.3.8") {
22152215
considerSnapshots()
22162216
group("org.springframework.kafka") {
22172217
modules = [

0 commit comments

Comments
 (0)