From 390b97cb4289497566ec0ee66727d07cc2812b0d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:48 +0200 Subject: [PATCH] Upgrade to Pooled JMS 1.2.4 Closes gh-30727 --- 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 4720271b20..f463b01735 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1377,7 +1377,7 @@ bom { ] } } - library("Pooled JMS", "1.2.3") { + library("Pooled JMS", "1.2.4") { prohibit("[2.0.0,)") { because "it requires Java 11" }