From e5cab660cb03175e88787cc75a71cad3435684dc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 4 Jan 2022 16:51:58 +0100 Subject: [PATCH] Upgrade to Infinispan 13.0.5.Final Closes gh-29256 --- 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 587a5f7ab0..12c9937bce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -541,7 +541,7 @@ bom { ] } } - library("Infinispan", "12.1.7.Final") { + library("Infinispan", "13.0.5.Final") { group("org.infinispan") { imports = [ "infinispan-bom"