Skip to content

Commit da66949

Browse files
committed
Upgrade to Spring Kafka 3.3.7
Closes gh-45782
1 parent 575a25d commit da66949

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
@@ -2323,7 +2323,7 @@ bom {
23232323
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
23242324
}
23252325
}
2326-
library("Spring Kafka", "3.3.7-SNAPSHOT") {
2326+
library("Spring Kafka", "3.3.7") {
23272327
considerSnapshots()
23282328
group("org.springframework.kafka") {
23292329
modules = [

0 commit comments

Comments
 (0)