From 87fce0b480af1fde7cdf4f380c15f8bd42e8c30d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:23 +0200 Subject: [PATCH] Upgrade to Ehcache 2.10.9.2 Closes gh-26498 --- 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 a33267f4708..ff58288dd1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -255,7 +255,7 @@ bom { ] } } - library("Ehcache", "2.10.6") { + library("Ehcache", "2.10.9.2") { group("net.sf.ehcache") { modules = [ "ehcache"