From cae0b50393da4487510d2842680e5c65d14d3d3d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 09:26:07 +0200 Subject: [PATCH] Upgrade to Ehcache3 3.9.7 Closes gh-28394 --- 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 148fc4b52610..dd41b4f34a9c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -261,7 +261,7 @@ bom { ] } } - library("Ehcache3", "3.9.6") { + library("Ehcache3", "3.9.7") { group("org.ehcache") { modules = [ "ehcache",