From 9a0a34082cc70d2e2ee0ec71517037cd24ac2027 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 12:27:58 +0100 Subject: [PATCH] Upgrade to Pooled JMS 3.1.6 Closes gh-40716 --- 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 10d42d938c4c..ec255a4934a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1152,7 +1152,7 @@ bom { ] } } - library("Pooled JMS", "3.1.5") { + library("Pooled JMS", "3.1.6") { group("org.messaginghub") { modules = [ "pooled-jms"