Skip to content

Commit a686ae4

Browse files
committed
Upgrade to Spring Kafka 3.3.3
Closes gh-44123
1 parent 339f620 commit a686ae4

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
@@ -2214,7 +2214,7 @@ bom {
22142214
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22152215
}
22162216
}
2217-
library("Spring Kafka", "3.3.3-SNAPSHOT") {
2217+
library("Spring Kafka", "3.3.3") {
22182218
considerSnapshots()
22192219
group("org.springframework.kafka") {
22202220
modules = [

0 commit comments

Comments
 (0)