From 264c01c8db5e457341517cfb33b0dc3bcafd0c2b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:04 +0200 Subject: [PATCH] Upgrade to Infinispan 14.0.11.Final Closes gh-35996 --- 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 5728dcf17f2..3373a0f36be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -453,7 +453,7 @@ bom { ] } } - library("Infinispan", "14.0.10.Final") { + library("Infinispan", "14.0.11.Final") { group("org.infinispan") { imports = [ "infinispan-bom"