From 9a398549e95b6f01c4e421da327bca312c96fb70 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:14:51 +0100 Subject: [PATCH] Upgrade to Ehcache3 3.10.2 Closes gh-32703 --- 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 141b428317..2d9673dda2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -198,7 +198,7 @@ bom { ] } } - library("Ehcache3", "3.10.1") { + library("Ehcache3", "3.10.2") { group("org.ehcache") { modules = [ "ehcache" {