From 79c467c8b6c79879c5ae3767aa3ade1c97cbd816 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:34 +0000 Subject: [PATCH] Upgrade to Pooled JMS 1.2.6 Closes gh-38433 --- 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 e8da8254d3..5867545311 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("Pooled JMS", "1.2.5") { + library("Pooled JMS", "1.2.6") { prohibit { versionRange "[2.0.0,)" because "it requires Java 11"