From 05a226aa11874b69f1e79acd583e33197cd2fd79 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:34 +0100 Subject: [PATCH] Upgrade to Pooled JMS 1.2.1 Closes gh-24089 --- 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 61cb98404c..1b43b3dc63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1252,7 +1252,7 @@ bom { ] } } - library("Pooled JMS", "1.2.0") { + library("Pooled JMS", "1.2.1") { group("org.messaginghub") { modules = [ "pooled-jms"