From cb818019070f66a30db9699bc6407606b6037efa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:10 +0100 Subject: [PATCH] Upgrade to Ehcache3 3.9.9 Closes gh-29119 --- 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 d73d8bea68..ac243f8de1 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.8") { + library("Ehcache3", "3.9.9") { group("org.ehcache") { modules = [ "ehcache",