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