From f84f9f347d6d33738466d1ff89a5d033b543001b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:40 +0200 Subject: [PATCH] Upgrade to Pooled JMS 1.2.2 Closes gh-26515 --- 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 2500fb318e..176527ed0c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1256,7 +1256,7 @@ bom { ] } } - library("Pooled JMS", "1.2.1") { + library("Pooled JMS", "1.2.2") { group("org.messaginghub") { modules = [ "pooled-jms"