Browse Source

Upgrade to Spring Kafka 3.3.13

Closes gh-49244
pull/49366/head
Moritz Halbritter 1 month ago
parent
commit
c022218eb1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -2356,7 +2356,7 @@ bom { @@ -2356,7 +2356,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
}
}
library("Spring Kafka", "3.3.12") {
library("Spring Kafka", "3.3.13") {
considerSnapshots()
group("org.springframework.kafka") {
modules = [

Loading…
Cancel
Save