From 34e7b58e03370bce51cd0d7445fe4afec0ca3a6d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:44:53 +0100 Subject: [PATCH] Upgrade to Spring Pulsar 1.2.18 Closes gh-50523 --- 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 44c07c09d9d..ed5f94cb360 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.18-SNAPSHOT") { + library("Spring Pulsar", "1.2.18") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom")