From 5e9995999c45631c81a4e35ce7ff2ab9c3ec7429 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Sep 2025 07:11:18 +0100 Subject: [PATCH] Upgrade to Ehcache 3.11.1 Closes gh-46893 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 64cde740839..9f8df61b430 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -333,7 +333,7 @@ bom { ] } } - library("Ehcache3", "3.10.8") { + library("Ehcache3", "3.11.1") { group("org.ehcache") { modules = [ "ehcache",