From 911a1912f675f838b5eb85ddde28ef27d72b4452 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:23:55 +0000 Subject: [PATCH] Upgrade to Infinispan 10.1.3.Final Closes gh-20450 --- 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 d7ccca93ab..0ccd333144 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -521,7 +521,7 @@ bom { ] } } - library("Infinispan", "10.1.2.Final") { + library("Infinispan", "10.1.3.Final") { group("org.infinispan") { modules = [ 'infinispan-api',