From 25f529a5f2204d0e553ed09cae033787eef3a0ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:09 +0100 Subject: [PATCH] Upgrade to Ehcache3 3.9.3 Closes gh-26534 --- 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 f6582188356..8a015b525dd 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.2") { + library("Ehcache3", "3.9.3") { group("org.ehcache") { modules = [ "ehcache",