From 6a70daa361415ee72aaa5c64e6fe3bc72dd1ba5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:37:17 +0100 Subject: [PATCH] Upgrade to Pooled JMS 1.2.3 Closes gh-29473 --- 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 7905ea01213..88b365a6f47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1345,7 +1345,7 @@ bom { ] } } - library("Pooled JMS", "1.2.2") { + library("Pooled JMS", "1.2.3") { prohibit("[2.0.0,)") { because "it requires Java 11" }