From 400a24245aa277cfc1c33d053b147b71cbcdc0b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 10:29:10 +0200 Subject: [PATCH] Upgrade to Infinispan 14.0.17.Final Closes gh-37299 --- 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 491a2812baf..d11cb481c4b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -459,7 +459,7 @@ bom { ] } } - library("Infinispan", "14.0.14.Final") { + library("Infinispan", "14.0.17.Final") { group("org.infinispan") { imports = [ "infinispan-bom"