From 13e6b55c4aa56af4f3ae8cb7df95f26eaf1a9464 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:50:52 +0100 Subject: [PATCH] Upgrade to Pooled JMS 3.1.6 Closes gh-40751 --- 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 2006a62d4bb..9d7e2be23c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1468,7 +1468,7 @@ bom { ] } } - library("Pooled JMS", "3.1.5") { + library("Pooled JMS", "3.1.6") { group("org.messaginghub") { modules = [ "pooled-jms"