From 3f5ff16946e385bb6b557df8cc4995f119b8b5f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:25 +0000 Subject: [PATCH] Upgrade to Pooled JMS 3.1.5 Closes gh-38466 --- 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 8b68396d619..e87cafd5205 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1092,7 +1092,7 @@ bom { ] } } - library("Pooled JMS", "3.1.4") { + library("Pooled JMS", "3.1.5") { group("org.messaginghub") { modules = [ "pooled-jms"