From 4c110e2288570b21b3ee88e38d06557fcbcfff02 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:12 +0100 Subject: [PATCH] Upgrade to Pooled JMS 3.1.4 Closes gh-37783 --- 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 dea427404d..29cd973f8c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1118,7 +1118,7 @@ bom { ] } } - library("Pooled JMS", "3.1.3") { + library("Pooled JMS", "3.1.4") { group("org.messaginghub") { modules = [ "pooled-jms"