From 23f5bec31216014aa7b92f4ac631a223118e9cd2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:53:26 +0100 Subject: [PATCH] Upgrade to Pooled JMS 1.1.2 Closes gh-22882 --- 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 5dddd9dfcd..bde1440454 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1251,7 +1251,7 @@ bom { ] } } - library("Pooled JMS", "1.1.1") { + library("Pooled JMS", "1.1.2") { group("org.messaginghub") { modules = [ "pooled-jms"