From f6d89fd940ddcdeaf696413b7f7e18e9558e9c35 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:43 +0100 Subject: [PATCH] Upgrade to Pooled JMS 1.2.2 Closes gh-26561 --- 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 a1bd4aec7b..98af1f364b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1344,7 +1344,7 @@ bom { ] } } - library("Pooled JMS", "1.2.1") { + library("Pooled JMS", "1.2.2") { group("org.messaginghub") { modules = [ "pooled-jms"