From 0ae22fd89f98520d89d6ebb41a092552f4daff99 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 15:57:06 +0000 Subject: [PATCH] Upgrade to Pulsar 3.1.2 Closes gh-39190 --- 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 0715a9a81ce..e7c0f37f12b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1141,7 +1141,7 @@ bom { ] } } - library("Pulsar", "3.1.1") { + library("Pulsar", "3.1.2") { group("org.apache.pulsar") { modules = [ "bouncy-castle-bc",