From 0bc37852a3e7e0e0fa997358684350486e207b50 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:08 +0100 Subject: [PATCH] Upgrade to Ehcache 2.10.9.2 Closes gh-26533 --- 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 6afc015da4..f658218835 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -254,7 +254,7 @@ bom { ] } } - library("Ehcache", "2.10.6") { + library("Ehcache", "2.10.9.2") { group("net.sf.ehcache") { modules = [ "ehcache"