From 4f112e568dac3efeaf3e7a517d5574206e3fffbb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:19:51 +0000 Subject: [PATCH] Upgrade to Pooled JMS 3.1.0 Closes gh-34103 --- 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 3ecd65eab0f..31f4ae9cc17 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1046,7 +1046,7 @@ bom { ] } } - library("Pooled JMS", "3.0.0") { + library("Pooled JMS", "3.1.0") { group("org.messaginghub") { modules = [ "pooled-jms"