Skip to content

Commit c37d4bc

Browse files
committed
Upgrade to Spring Kafka 3.3.0-RC1
Closes gh-42564
1 parent 8bacc05 commit c37d4bc

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
@@ -2023,7 +2023,7 @@ bom {
20232023
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
20242024
}
20252025
}
2026-
library("Spring Kafka", "3.3.0-SNAPSHOT") {
2026+
library("Spring Kafka", "3.3.0-RC1") {
20272027
considerSnapshots()
20282028
group("org.springframework.kafka") {
20292029
modules = [

0 commit comments

Comments
 (0)