From ca8ad95371792a7503fc10f4c74b1172e14082e5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 09:19:26 +0100 Subject: [PATCH] Upgrade to Spring Pulsar 1.2.8 Closes gh-46286 --- 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 68caf0db8e5..07c3ff6927a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2384,7 +2384,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.2.8-SNAPSHOT") { + library("Spring Pulsar", "1.2.8") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom")