Skip to content

Commit 0225f1f

Browse files
committed
Upgrade to Spring Kafka 3.2.0-RC1
Closes gh-40227
1 parent 9afb9e2 commit 0225f1f

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
@@ -1921,7 +1921,7 @@ bom {
19211921
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
19221922
}
19231923
}
1924-
library("Spring Kafka", "3.2.0-SNAPSHOT") {
1924+
library("Spring Kafka", "3.2.0-RC1") {
19251925
considerSnapshots()
19261926
group("org.springframework.kafka") {
19271927
modules = [

0 commit comments

Comments
 (0)