From 2fb6a2eef4ab36ea41cbfc2f2ee90642c9ef542b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 14:15:35 +0000 Subject: [PATCH] Consider snapshots when upgrading Spring Pulsar Closes gh-38992 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 192e5b8c707..85430707fe0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1579,6 +1579,7 @@ bom { } } library("Spring Pulsar", "1.0.1") { + considerSnapshots() group("org.springframework.pulsar") { modules = [ "spring-pulsar",