From 170bb5936c83efa5f5d59784397ac92e4303ea5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 10:53:58 +0200 Subject: [PATCH] Upgrade to Pooled JMS 3.1.7 Closes gh-42621 --- 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 d4133ff310a..410a82120cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1179,7 +1179,7 @@ bom { ] } } - library("Pooled JMS", "3.1.6") { + library("Pooled JMS", "3.1.7") { group("org.messaginghub") { modules = [ "pooled-jms"