From aa76f451e399a137e1df0f11f73cd891327e9b26 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 08:29:03 +0200 Subject: [PATCH] Upgrade to Pooled JMS 1.2.4 Closes gh-30687 --- 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 22ee2c9cb30b..ab26ac3d77cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1385,7 +1385,7 @@ bom { ] } } - library("Pooled JMS", "1.2.3") { + library("Pooled JMS", "1.2.4") { prohibit("[2.0.0,)") { because "it requires Java 11" }