From b184cea18100317faf009ea8efc4a9cd5b3c2e2f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Feb 2025 12:06:35 -0800 Subject: [PATCH] Upgrade to Infinispan 15.1.5.Final Closes gh-44084 --- 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 d2aa32be93..4e69ad1c95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -624,7 +624,7 @@ bom { ] } } - library("Infinispan", "15.1.4.Final") { + library("Infinispan", "15.1.5.Final") { group("org.infinispan") { imports = [ "infinispan-bom"