From a70afe2148d4d52e42ab37ec3380a34a0cae1fb9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 11:32:56 +0100 Subject: [PATCH] Upgrade to Pooled JMS 1.2.5 Closes gh-37894 --- 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 0dc785af27..e488f5fe35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1419,7 +1419,7 @@ bom { ] } } - library("Pooled JMS", "1.2.4") { + library("Pooled JMS", "1.2.5") { prohibit { versionRange "[2.0.0,)" because "it requires Java 11"