From a74fb0c2f0c07a17d749e8441482e24dd6f07a46 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Jun 2021 08:24:50 +0200 Subject: [PATCH] Upgrade to Infinispan 12.1.4.Final Closes gh-26804 --- 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 9b2d1c65e7a3..dca80d5f2848 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -513,7 +513,7 @@ bom { ] } } - library("Infinispan", "12.1.3.Final") { + library("Infinispan", "12.1.4.Final") { group("org.infinispan") { imports = [ "infinispan-bom"