Skip to content

Commit 9d0dd66

Browse files
committed
Upgrade to Spring Kafka 3.3.2
Closes gh-43751
1 parent b21d1a9 commit 9d0dd66

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
@@ -2218,7 +2218,7 @@ bom {
22182218
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22192219
}
22202220
}
2221-
library("Spring Kafka", "3.3.2-SNAPSHOT") {
2221+
library("Spring Kafka", "3.3.2") {
22222222
considerSnapshots()
22232223
group("org.springframework.kafka") {
22242224
modules = [

0 commit comments

Comments
 (0)