From a9a93fed6f7b6e93da6eab78b78b9115b62bdd06 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:59:32 +0200 Subject: [PATCH] Upgrade to Infinispan 14.0.12.Final Closes gh-36324 --- 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 60d0d0c3c27a..c8e5c3942f05 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -431,7 +431,7 @@ bom { ] } } - library("Infinispan", "14.0.11.Final") { + library("Infinispan", "14.0.12.Final") { group("org.infinispan") { imports = [ "infinispan-bom"