From 7f51e43d60e7603caf0bec4303464b00d698dac7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:23 +0200 Subject: [PATCH] Upgrade to Ehcache 2.10.9.2 Closes gh-26483 --- 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 cab0111c73..2dc8762bc4 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"