From a3762b3f086f68636ce32316b42bf4bd129202b3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 10:09:54 +0200 Subject: [PATCH] Upgrade to Ehcache3 3.9.6 Closes gh-27951 --- 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 23d6be1904..e65a381082 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.5") { + library("Ehcache3", "3.9.6") { group("org.ehcache") { modules = [ "ehcache",