From 7fced191cfad9d64b8e33edb547b5c08195898ec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:26 +0200 Subject: [PATCH] Upgrade to Ehcache3 3.9.5 Closes gh-27676 --- 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 eab9203acd..0a71c62d14 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.4") { + library("Ehcache3", "3.9.5") { group("org.ehcache") { modules = [ "ehcache",