From a90e16a247825c630bf6d849abc8f8b0c06904eb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:57 +0100 Subject: [PATCH] Upgrade to Pooled JMS 3.1.4 Closes gh-37764 --- 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 6552e10141..06365ecdfb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1098,7 +1098,7 @@ bom { ] } } - library("Pooled JMS", "3.1.3") { + library("Pooled JMS", "3.1.4") { group("org.messaginghub") { modules = [ "pooled-jms"