From 620c6ec27540f2abf188755f6c9035e9e5d8cfe8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:12 +0100 Subject: [PATCH] Upgrade to Infinispan 12.1.10.Final Closes gh-29121 --- 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 a148ea595d..bfa58e946b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -522,7 +522,7 @@ bom { ] } } - library("Infinispan", "12.1.7.Final") { + library("Infinispan", "12.1.10.Final") { group("org.infinispan") { imports = [ "infinispan-bom"