From e1e29432e8e9af85e86f9c281ac7c404197c6b26 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:33:43 +0100 Subject: [PATCH] Upgrade to Pooled JMS 3.1.6 Closes gh-40731 --- 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 56fa52e743..0ed5e1f283 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1172,7 +1172,7 @@ bom { ] } } - library("Pooled JMS", "3.1.5") { + library("Pooled JMS", "3.1.6") { group("org.messaginghub") { modules = [ "pooled-jms"