Skip to content

Commit 4272016

Browse files
committed
Upgrade to Spring Kafka 3.2.0
Closes gh-40676
1 parent 57dd05b commit 4272016

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
@@ -1981,7 +1981,7 @@ bom {
19811981
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
19821982
}
19831983
}
1984-
library("Spring Kafka", "3.2.0-SNAPSHOT") {
1984+
library("Spring Kafka", "3.2.0") {
19851985
considerSnapshots()
19861986
group("org.springframework.kafka") {
19871987
modules = [

0 commit comments

Comments
 (0)