Skip to content

Commit d1df7b4

Browse files
committed
Upgrade to Spring Kafka 3.3.0
Closes gh-43023
1 parent 7200fd8 commit d1df7b4

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
@@ -2171,7 +2171,7 @@ bom {
21712171
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
21722172
}
21732173
}
2174-
library("Spring Kafka", "3.3.0-SNAPSHOT") {
2174+
library("Spring Kafka", "3.3.0") {
21752175
considerSnapshots()
21762176
group("org.springframework.kafka") {
21772177
modules = [

0 commit comments

Comments
 (0)