From f5830536d4c3baf541376c974850fe49c103eaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Mar 2026 09:28:38 +0100 Subject: [PATCH 1/2] Upgrade to Spring Kafka 3.3.14 Closes gh-49409 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3339629161b..5cd8962de3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2371,7 +2371,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.3.14-SNAPSHOT") { + library("Spring Kafka", "3.3.14") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 1754358a854a98702daf2b24dd10530199fed901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Mar 2026 09:28:38 +0100 Subject: [PATCH 2/2] Upgrade to Spring Pulsar 1.2.16 Closes gh-49410 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5cd8962de3b..c809c83c7e4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2409,7 +2409,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.2.16-SNAPSHOT") { + library("Spring Pulsar", "1.2.16") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom")