From 2dfa2463352fc1882001cd3d10ca35243f705472 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:50 +0000 Subject: [PATCH] Upgrade to Pulsar 3.1.3 Closes gh-39987 --- 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 acd4e4d4b51..67fd0c5499b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1137,7 +1137,7 @@ bom { ] } } - library("Pulsar", "3.1.2") { + library("Pulsar", "3.1.3") { group("org.apache.pulsar") { modules = [ "bouncy-castle-bc",