From c687998f56ff462e1bfb00bd905218a96a4e0315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 15 Nov 2025 16:15:48 +0100 Subject: [PATCH] Upgrade to Spring Pulsar 2.0.0 Closes gh-47830 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index dd636557eda..89ab1bb44b5 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2519,7 +2519,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "2.0.0-SNAPSHOT") { + library("Spring Pulsar", "2.0.0") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom")