From aa96c5374aee6c632b92951d67f3348479d7eb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:16:44 +0200 Subject: [PATCH] Upgrade to Pooled JMS 3.1.3 Closes gh-37421 --- 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 117d5fed81..e9f515cce2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1095,7 +1095,7 @@ bom { ] } } - library("Pooled JMS", "3.1.2") { + library("Pooled JMS", "3.1.3") { group("org.messaginghub") { modules = [ "pooled-jms"