From 1fdeda0d153d8152155533472d0e449d4be63aed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:20 +0200 Subject: [PATCH] Upgrade to Ehcache3 3.9.5 Closes gh-27665 --- 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 6f4d48e297..0a6c6a85fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -262,7 +262,7 @@ bom { ] } } - library("Ehcache3", "3.9.4") { + library("Ehcache3", "3.9.5") { group("org.ehcache") { modules = [ "ehcache",