From ccd85b7eae0a6e11c2545071e3e5e55c48b32549 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Nov 2022 06:12:47 +0100 Subject: [PATCH] Upgrade to Ehcache3 3.10.8 Closes gh-33322 --- 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 7a707e94a64c..74f41b79d314 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -290,7 +290,7 @@ bom { ] } } - library("Ehcache3", "3.10.6") { + library("Ehcache3", "3.10.8") { group("org.ehcache") { modules = [ "ehcache",