From 87444abccba8f2753c3f19c9fd5b9eb08136c2f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:23:20 +0100 Subject: [PATCH] Upgrade to Ehcache3 3.10.6 Closes gh-33273 --- 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 b9b7dccbf1..431f237dc3 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.4") { + library("Ehcache3", "3.10.6") { group("org.ehcache") { modules = [ "ehcache",